#C0F388

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

Shades of Sulu #C0F388

Tints of Sulu #C0F388

Color information

#C0F388 (or 0xC0F388) is unknown color: approx Sulu. HEX triplet: C0, F3 and 88. RGB value is (192,243,136). Sum of RGB (Red+Green+Blue) = 192+243+136=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F388 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F388 is #3F0C77. Grayscale: #D7D7D7. Windows color (decimal): -4131960 or 8975296. OLE color: 8975296.

HSL color Cylindrical-coordinate representation of color #C0F388: hue angle of 88.6º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0F388 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB192243136-
CMYK0.2100.440.05
HSL88.6º81.68%74.31%-
HSV(B)88.6º44.03%95.29%-
XYZ58.2377.0935.1-
YUV215.5583.1111.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 243 (95.31% from 255) = 42.56%
BLUE value IS 136 (53.52% from 255) = 23.82%
R=33.63%
G=42.56%
B=23.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1922431360.2100.440.0588.681.6874.31
HexC0F3881502C559524a
Octal300363210250545131122112
Binary110000001111001110001000101010101100101101100110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F388; }

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

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

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

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

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

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

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

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