#C0F58E

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

Shades of Sulu #C0F58E

Tints of Sulu #C0F58E

Color information

#C0F58E (or 0xC0F58E) is unknown color: approx Sulu. HEX triplet: C0, F5 and 8E. RGB value is (192,245,142). Sum of RGB (Red+Green+Blue) = 192+245+142=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 245 (96.09% from 255 or 42.31% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F58E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F58E is #3F0A71. Grayscale: #D9D9D9. Windows color (decimal): -4131442 or 9369024. OLE color: 9369024.

HSL color Cylindrical-coordinate representation of color #C0F58E: hue angle of 90.87º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C0F58E is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB192245142-
CMYK0.2200.420.04
HSL90.87º83.74%75.88%-
HSV(B)90.87º42.04%96.08%-
XYZ59.2778.4637.61-
YUV217.4185.44109.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.16%
GREEN value IS 245 (96.09% from 255) = 42.31%
BLUE value IS 142 (55.86% from 255) = 24.53%
R=33.16%
G=42.31%
B=24.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922451420.2200.420.0490.8783.7475.88
HexC0F58E1602A45b544c
Octal300365216260524133124114
Binary110000001111010110001110101100101010100101101110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F58E; }

 p { color: rgb(192,245,142); }

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

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

 a { background-color: rgb(192,245,142); }

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

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

 span { border-color: rgb(192,245,142); }

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