#C5DE76

Color #C5DE76 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #C5DE76

Tints of Sulu #C5DE76

Color information

#C5DE76 (or 0xC5DE76) is unknown color: approx Sulu. HEX triplet: C5, DE and 76. RGB value is (197,222,118). Sum of RGB (Red+Green+Blue) = 197+222+118=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DE76 is #3A2189. Grayscale: #CBCBCB. Windows color (decimal): -3809674 or 7790277. OLE color: 7790277.

HSL color Cylindrical-coordinate representation of color #C5DE76: hue angle of 74.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5DE76 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB197222118-
CMYK0.1100.470.13
HSL74.42º61.18%66.67%-
HSV(B)74.42º46.85%87.06%-
XYZ52.4265.4227-
YUV202.6780.22123.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 36.69%
GREEN value IS 222 (87.11% from 255) = 41.34%
BLUE value IS 118 (46.48% from 255) = 21.97%
R=36.69%
G=41.34%
B=21.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972221180.1100.470.1374.4261.1866.67
HexC5DE76B02FD4a3d43
Octal305336166130571511275103
Binary1100010111011110111011010110101111110110010101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DE76; }

 p { color: rgb(197,222,118); }

 H1.HeaderClassName
 {
   color: #C5DE76;
 }
 .AnyTagClassName
 {
   color: #C5DE76;
 }
</style>
background-color css

<style>
 a { background-color: #C5DE76; }

 a { background-color: rgb(197,222,118); }

 div.DivClassName
 {
   background-color: #C5DE76;
 }
 .BgClassName
 {
   background-color: #C5DE76;
 }
</style>
border-color css

<style>
 span { border-color: #C5DE76; }

 span { border-color: rgb(197,222,118); }

 td.TdClassName
 {
   border-color: #C5DE76;
 }
 .TagClassName
 {
   border-color: #C5DE76;
 }
</style>