Shades of Sulu #C0FF84
Tints of Sulu #C0FF84
RGB
CMYK
RGB Variations
Color information
#C0FF84 (or 0xC0FF84) is known color: Sulu. HEX triplet: C0, FF and 84. RGB value is (192,255,132). Sum of RGB (Red+Green+Blue) = 192+255+132=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FF84 is #3F007B. Grayscale: #DEDEDE. Windows color (decimal): -4128892 or 8716224. OLE color: 8716224.
HSL color Cylindrical-coordinate representation of color #C0FF84: hue angle of 90.73º 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 #C0FF84 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 132 | - |
| CMYK | 0.25 | 0 | 0.48 | 0 |
| HSL | 90.73º | 1% | 0.76% | - |
| HSV(B) | 90.73º | 0.48% | 1% | - |
| XYZ | 61.66 | 84.39 | 34.87 | - |
| YUV | 222.14 | 77.13 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 132 | 0.25 | 0 | 0.48 | 0 | 90.73 | 1 | 0.76 |
| Hex | C0 | FF | 84 | 19 | 0 | 30 | 0 | 5B | 64 | 4C |
| Octal | 300 | 377 | 204 | 31 | 0 | 60 | 0 | 133 | 144 | 114 |
| Binary | 11000000 | 11111111 | 10000100 | 11001 | 0 | 110000 | 0 | 1011011 | 1100100 | 1001100 |
Color Harmonies of #C0FF84
Complementary color
Monochromatic Colors of #C0FF84
Black with #C0FF84
Text Example
Text Example
White with #C0FF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF84; }
p { color: rgb(192,255,132); }
H1.HeaderClassName
{
color: #C0FF84;
}
.AnyTagClassName
{
color: #C0FF84;
}
</style>
background-color css
<style>
a { background-color: #C0FF84; }
a { background-color: rgb(192,255,132); }
div.DivClassName
{
background-color: #C0FF84;
}
.BgClassName
{
background-color: #C0FF84;
}
</style>
border-color css
<style>
span { border-color: #C0FF84; }
span { border-color: rgb(192,255,132); }
td.TdClassName
{
border-color: #C0FF84;
}
.TagClassName
{
border-color: #C0FF84;
}
</style>