Shades of Sulu #C0FF85
Tints of Sulu #C0FF85
RGB
CMYK
RGB Variations
Color information
#C0FF85 (or 0xC0FF85) is known color: Sulu. HEX triplet: C0, FF and 85. RGB value is (192,255,133). Sum of RGB (Red+Green+Blue) = 192+255+133=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 255 (100% from 255 or 43.97% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FF85 is #3F007A. Grayscale: #DEDEDE. Windows color (decimal): -4128891 or 8781760. OLE color: 8781760.
HSL color Cylindrical-coordinate representation of color #C0FF85: hue angle of 90.98º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0FF85 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 133 | - |
| CMYK | 0.25 | 0 | 0.48 | 0 |
| HSL | 90.98º | 1% | 0.76% | - |
| HSV(B) | 90.98º | 0.48% | 1% | - |
| XYZ | 61.73 | 84.42 | 35.23 | - |
| YUV | 222.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 133 | 0.25 | 0 | 0.48 | 0 | 90.98 | 1 | 0.76 |
| Hex | C0 | FF | 85 | 19 | 0 | 30 | 0 | 5B | 64 | 4C |
| Octal | 300 | 377 | 205 | 31 | 0 | 60 | 0 | 133 | 144 | 114 |
| Binary | 11000000 | 11111111 | 10000101 | 11001 | 0 | 110000 | 0 | 1011011 | 1100100 | 1001100 |
Color Harmonies of #C0FF85
Complementary color
Monochromatic Colors of #C0FF85
Black with #C0FF85
Text Example
Text Example
White with #C0FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF85; }
p { color: rgb(192,255,133); }
H1.HeaderClassName
{
color: #C0FF85;
}
.AnyTagClassName
{
color: #C0FF85;
}
</style>
background-color css
<style>
a { background-color: #C0FF85; }
a { background-color: rgb(192,255,133); }
div.DivClassName
{
background-color: #C0FF85;
}
.BgClassName
{
background-color: #C0FF85;
}
</style>
border-color css
<style>
span { border-color: #C0FF85; }
span { border-color: rgb(192,255,133); }
td.TdClassName
{
border-color: #C0FF85;
}
.TagClassName
{
border-color: #C0FF85;
}
</style>