Shades of Sulu #C0FF88
Tints of Sulu #C0FF88
RGB
CMYK
RGB Variations
Color information
#C0FF88 (or 0xC0FF88) is known color: Sulu. HEX triplet: C0, FF and 88. RGB value is (192,255,136). Sum of RGB (Red+Green+Blue) = 192+255+136=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 136 (53.52% from 255 or 23.33% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FF88 is #3F0077. Grayscale: #DFDFDF. Windows color (decimal): -4128888 or 8978368. OLE color: 8978368.
HSL color Cylindrical-coordinate representation of color #C0FF88: hue angle of 91.76º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C0FF88 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 136 | - |
| CMYK | 0.25 | 0 | 0.47 | 0 |
| HSL | 91.76º | 1% | 0.77% | - |
| HSV(B) | 91.76º | 0.47% | 1% | - |
| XYZ | 61.94 | 84.5 | 36.34 | - |
| YUV | 222.6 | 79.13 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 136 | 0.25 | 0 | 0.47 | 0 | 91.76 | 1 | 0.77 |
| Hex | C0 | FF | 88 | 19 | 0 | 2F | 0 | 5C | 64 | 4D |
| Octal | 300 | 377 | 210 | 31 | 0 | 57 | 0 | 134 | 144 | 115 |
| Binary | 11000000 | 11111111 | 10001000 | 11001 | 0 | 101111 | 0 | 1011100 | 1100100 | 1001101 |
Color Harmonies of #C0FF88
Complementary color
Monochromatic Colors of #C0FF88
Black with #C0FF88
Text Example
Text Example
White with #C0FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF88; }
p { color: rgb(192,255,136); }
H1.HeaderClassName
{
color: #C0FF88;
}
.AnyTagClassName
{
color: #C0FF88;
}
</style>
background-color css
<style>
a { background-color: #C0FF88; }
a { background-color: rgb(192,255,136); }
div.DivClassName
{
background-color: #C0FF88;
}
.BgClassName
{
background-color: #C0FF88;
}
</style>
border-color css
<style>
span { border-color: #C0FF88; }
span { border-color: rgb(192,255,136); }
td.TdClassName
{
border-color: #C0FF88;
}
.TagClassName
{
border-color: #C0FF88;
}
</style>