Shades of Sulu #C0FF87
Tints of Sulu #C0FF87
RGB
CMYK
RGB Variations
Color information
#C0FF87 (or 0xC0FF87) is known color: Sulu. HEX triplet: C0, FF and 87. RGB value is (192,255,135). Sum of RGB (Red+Green+Blue) = 192+255+135=582 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.99% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FF87 is #3F0078. Grayscale: #DEDEDE. Windows color (decimal): -4128889 or 8912832. OLE color: 8912832.
HSL color Cylindrical-coordinate representation of color #C0FF87: hue angle of 91.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0FF87 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 135 | - |
| CMYK | 0.25 | 0 | 0.47 | 0 |
| HSL | 91.5º | 1% | 0.76% | - |
| HSV(B) | 91.5º | 0.47% | 1% | - |
| XYZ | 61.87 | 84.48 | 35.97 | - |
| YUV | 222.48 | 78.63 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 135 | 0.25 | 0 | 0.47 | 0 | 91.5 | 1 | 0.76 |
| Hex | C0 | FF | 87 | 19 | 0 | 2F | 0 | 5C | 64 | 4C |
| Octal | 300 | 377 | 207 | 31 | 0 | 57 | 0 | 134 | 144 | 114 |
| Binary | 11000000 | 11111111 | 10000111 | 11001 | 0 | 101111 | 0 | 1011100 | 1100100 | 1001100 |
Color Harmonies of #C0FF87
Complementary color
Monochromatic Colors of #C0FF87
Black with #C0FF87
Text Example
Text Example
White with #C0FF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF87; }
p { color: rgb(192,255,135); }
H1.HeaderClassName
{
color: #C0FF87;
}
.AnyTagClassName
{
color: #C0FF87;
}
</style>
background-color css
<style>
a { background-color: #C0FF87; }
a { background-color: rgb(192,255,135); }
div.DivClassName
{
background-color: #C0FF87;
}
.BgClassName
{
background-color: #C0FF87;
}
</style>
border-color css
<style>
span { border-color: #C0FF87; }
span { border-color: rgb(192,255,135); }
td.TdClassName
{
border-color: #C0FF87;
}
.TagClassName
{
border-color: #C0FF87;
}
</style>