#C0F588

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

Shades of Sulu #C0F588

Tints of Sulu #C0F588

Color information

#C0F588 (or 0xC0F588) is unknown color: approx Sulu. HEX triplet: C0, F5 and 88. RGB value is (192,245,136). Sum of RGB (Red+Green+Blue) = 192+245+136=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F588 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F588 is #3F0A77. Grayscale: #D9D9D9. Windows color (decimal): -4131448 or 8975808. OLE color: 8975808.

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

Color convert

RGB192245136-
CMYK0.2200.440.04
HSL89.17º84.5%74.71%-
HSV(B)89.17º44.49%96.08%-
XYZ58.8378.2935.3-
YUV216.7382.44110.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 245 (96.09% from 255) = 42.76%
BLUE value IS 136 (53.52% from 255) = 23.73%
R=33.51%
G=42.76%
B=23.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1922451360.2200.440.0489.1784.574.71
HexC0F5881602C459544b
Octal300365210260544131124113
Binary110000001111010110001000101100101100100101100110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F588; }

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

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

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

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

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

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

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

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