#C5E08A

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

Shades of Sulu #C5E08A

Tints of Sulu #C5E08A

Color information

#C5E08A (or 0xC5E08A) is unknown color: approx Sulu. HEX triplet: C5, E0 and 8A. RGB value is (197,224,138). Sum of RGB (Red+Green+Blue) = 197+224+138=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E08A is #3A1F75. Grayscale: #CECECE. Windows color (decimal): -3809142 or 9101509. OLE color: 9101509.

HSL color Cylindrical-coordinate representation of color #C5E08A: hue angle of 78.84º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5E08A is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB197224138-
CMYK0.1200.380.12
HSL78.84º58.11%70.98%-
HSV(B)78.84º38.39%87.84%-
XYZ54.2767.0234.12-
YUV206.1289.55121.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 224 (87.89% from 255) = 40.07%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=35.24%
G=40.07%
B=24.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1972241380.1200.380.1278.8458.1170.98
HexC5E08AC026C4f3a47
Octal305340212140461411772107
Binary11000101111000001000101011000100110110010011111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E08A; }

 p { color: rgb(197,224,138); }

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

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

 a { background-color: rgb(197,224,138); }

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

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

 span { border-color: rgb(197,224,138); }

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