#c5e472

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

Shades of Sulu #C5E472

Tints of Sulu #C5E472

Color information

#C5E472 (or 0xC5E472) is unknown color: approx Sulu. HEX triplet: C5, E4 and 72. RGB value is (197,228,114). Sum of RGB (Red+Green+Blue) = 197+228+114=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 228 (89.45% from 255 or 42.30% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E472 is #3A1B8D. Grayscale: #CECECE. Windows color (decimal): -3808142 or 7529669. OLE color: 7529669.

HSL color Cylindrical-coordinate representation of color #C5E472: hue angle of 76.32º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5E472 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB197228114-
CMYK0.1400.500.11
HSL76.32º67.86%67.06%-
HSV(B)76.32º50%89.41%-
XYZ53.8168.5726.32-
YUV205.7476.23121.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.55%
GREEN value IS 228 (89.45% from 255) = 42.30%
BLUE value IS 114 (44.92% from 255) = 21.15%
R=36.55%
G=42.30%
B=21.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1972281140.1400.500.1176.3267.8667.06
HexC5E472E032B4c4443
Octal3053441621606213114104103
Binary11000101111001001110010111001100101011100110010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5e472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5e472; }

 p { color: rgb(197,228,114); }

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

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

 a { background-color: rgb(197,228,114); }

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

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

 span { border-color: rgb(197,228,114); }

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