COLOR #C7FB4C

HEX: #C7FB4C
RGB: (199,251,76)

Renk bilgisi

#C7FB4C contains mainly red and green colors. #C7FB4C ‘ nin web güvenlik rengi #CCFF33 (ya da #CF3) dir.

RGB renk modeli

#C7FB4C color RGB value is (199,251,76).

  • kırmız ton 199;
  • yeşil ton 251;
  • mavi ton 76.
RGB:
(199,251,76)
(78%,98%,30%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 251 of 255 = 98%
B 76 of 255 = 30%

199
251
76

R + G + B ~ 69%. #C7FB4C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 251 + 76 = 526 (100%)
R 199 of 526 ~ 37.83%
G 251 of 526 ~ 47.72%
B 76 of 526 ~ 14.45%

%37.83
%47.72
%14.45

CMYK RENK MODELİ

#C7FB4C rengi CMYK tonu (21,0,70,2).

  • camgöbeği tonu 20.72%
  • eflatun tonu 0.00%
  • sarı tonu 69.72%
  • ana renk tonu 1.57%
CMYK:
(21,0,70,2)
C21M0Y70K2 
(21%,0%,70%,2%)
(0.21/0.00/0.70/0.02)	

CMYK yüzdeleri

%20.72
%0
%69.72
%1.57

Codes

Color #C7FB4C in popluar color models

C7FB4C
RGB19925176
HSL78°95.63%64.12%
HSB/HSV78°69.72%98.43%
CMYK20.72%0.00%69.72%
1.57%

Color #C7FB4C in popluar number systems.

HEXC7FB4C
Decimal19925176
Binary11000111111110111001100
Octal307373114

Shades and tints

Shades of #C7FB4C

#C7FB4C
(199,251,76)
#B5E546
(181,229,70)
#A3CF40
(163,207,64)
#91B93A
(145,185,58)
#7FA334
(127,163,52)
#6D8D2E
(109,141,46)
#5B7728
(91,119,40)
#496122
(73,97,34)
#374B1C
(55,75,28)
#253516
(37,53,22)
#131F10
(19,31,16)
#000000
(0,0,0)

Tints of #C7FB4C

#C7FB4C
(199,251,76)
#CCFB5C
(204,251,92)
#D1FB6C
(209,251,108)
#D6FB7C
(214,251,124)
#DBFB8C
(219,251,140)
#E0FB9C
(224,251,156)
#E5FBAC
(229,251,172)
#EAFBBC
(234,251,188)
#EFFBCC
(239,251,204)
#F4FBDC
(244,251,220)
#F9FBEC
(249,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FB4C color. Also use rgb(199,251,76) instead hex code.

Text Font Color

.myTextColor { color: #C7FB4C; }

<p style="color:#C7FB4C">This sample text font color is #C7FB4C.</p>

This text font color is #C7FB4C.


Background Color

.myBgColor { background-color: #C7FB4C; }

<div style="background-color:#C7FB4C">Inner text</div>

This div background color is #C7FB4C.


Border color

.myBorderColor { border: 1px solid #C7FB4C; }

<div style="border:3px solid #C7FB4C">Div</div>

This div border color is #C7FB4C.


Opacity

.myOpacity80 { color: #C7FB4C; opacity: 0.8; }

<p style="color:#C7FB4C;opacity:0.8;">80%</p>

Text with #C7FB4C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7FB4C;}

<p style="text-shadow: 3px 3px 1px #C7FB4C">Text here.</p>

This text has shadow with #C7FB4C color.

.textShadow {text-shadow: 3px 3px 1px #C7FB4C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7FB4C, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7FB4C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7FB4C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7FB4C, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7FB4C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C7FB4C;
  -webkit-box-shadow:	1px 1px 3px 2px #C7FB4C;
  box-shadow:		1px 1px 3px 2px #C7FB4C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7FB4C;
-webkit-box-shadow: 1px 1px 3px 2px #C7FB4C;
box-shadow:1px 1px 3px 2px #C7FB4C;">
Div content here</div>
This div box has shadow with color #C7FB4C.

Preview

Color preview on black background

This text has color #C7FB4C on black background.


Color preview on white background

This text has color #C7FB4C on white background.



Black color preview on #C7FB4C background

This text has black color on #C7FB4C background.


White color preview on #C7FB4C background

This text has white color on #C7FB4C background.