#C5DE74

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

Shades of Sulu #C5DE74

Tints of Sulu #C5DE74

Color information

#C5DE74 (or 0xC5DE74) is unknown color: approx Sulu. HEX triplet: C5, DE and 74. RGB value is (197,222,116). Sum of RGB (Red+Green+Blue) = 197+222+116=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DE74 is #3A218B. Grayscale: #CACACA. Windows color (decimal): -3809676 or 7659205. OLE color: 7659205.

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

Color convert

RGB197222116-
CMYK0.1100.480.13
HSL74.15º61.63%66.27%-
HSV(B)74.15º47.75%87.06%-
XYZ52.365.3726.38-
YUV202.4479.22124.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 116 (45.70% from 255) = 21.68%
R=36.82%
G=41.50%
B=21.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972221160.1100.480.1374.1561.6366.27
HexC5DE74B030D4a3e42
Octal305336164130601511276102
Binary1100010111011110111010010110110000110110010101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DE74; }

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

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

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

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

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

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

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

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