Shades of Sulu #C0F087
Tints of Sulu #C0F087
RGB
CMYK
RGB Variations
Color information
#C0F087 (or 0xC0F087) is known color: Sulu. HEX triplet: C0, F0 and 87. RGB value is (192,240,135). Sum of RGB (Red+Green+Blue) = 192+240+135=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 135 (53.12% from 255 or 23.81% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F087 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F087 is #3F0F78. Grayscale: #D6D6D6. Windows color (decimal): -4132729 or 8908992. OLE color: 8908992.
HSL color Cylindrical-coordinate representation of color #C0F087: hue angle of 87.43º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0F087 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 135 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.06 |
| HSL | 87.43º | 0.78% | 0.74% | - |
| HSV(B) | 87.43º | 0.44% | 0.94% | - |
| XYZ | 57.27 | 75.28 | 34.43 | - |
| YUV | 213.68 | 83.6 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 135 | 0.20 | 0 | 0.44 | 0.06 | 87.43 | 0.78 | 0.74 |
| Hex | C0 | F0 | 87 | 14 | 0 | 2C | 6 | 57 | 4E | 4A |
| Octal | 300 | 360 | 207 | 24 | 0 | 54 | 6 | 127 | 116 | 112 |
| Binary | 11000000 | 11110000 | 10000111 | 10100 | 0 | 101100 | 110 | 1010111 | 1001110 | 1001010 |
Color Harmonies of #C0F087
Complementary color
Monochromatic Colors of #C0F087
Black with #C0F087
Text Example
Text Example
White with #C0F087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F087; }
p { color: rgb(192,240,135); }
H1.HeaderClassName
{
color: #C0F087;
}
.AnyTagClassName
{
color: #C0F087;
}
</style>
background-color css
<style>
a { background-color: #C0F087; }
a { background-color: rgb(192,240,135); }
div.DivClassName
{
background-color: #C0F087;
}
.BgClassName
{
background-color: #C0F087;
}
</style>
border-color css
<style>
span { border-color: #C0F087; }
span { border-color: rgb(192,240,135); }
td.TdClassName
{
border-color: #C0F087;
}
.TagClassName
{
border-color: #C0F087;
}
</style>