#C0F085

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

Shades of Sulu #C0F085

Tints of Sulu #C0F085

Color information

#C0F085 (or 0xC0F085) is unknown color: approx Sulu. HEX triplet: C0, F0 and 85. RGB value is (192,240,133). Sum of RGB (Red+Green+Blue) = 192+240+133=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F085 is #3F0F7A. Grayscale: #D5D5D5. Windows color (decimal): -4132731 or 8777920. OLE color: 8777920.

HSL color Cylindrical-coordinate representation of color #C0F085: hue angle of 86.92º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0F085 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB192240133-
CMYK0.2000.450.06
HSL86.92º78.1%73.14%-
HSV(B)86.92º44.58%94.12%-
XYZ57.1375.2233.7-
YUV213.4582.6112.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 240 (94.14% from 255) = 42.48%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=33.98%
G=42.48%
B=23.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922401330.2000.450.0686.9278.173.14
HexC0F0851402D6574e49
Octal300360205240556127116111
Binary110000001111000010000101101000101101110101011110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F085; }

 p { color: rgb(192,240,133); }

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

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

 a { background-color: rgb(192,240,133); }

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

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

 span { border-color: rgb(192,240,133); }

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