Shades of Sulu #C0F888
Tints of Sulu #C0F888
RGB
CMYK
RGB Variations
Color information
#C0F888 (or 0xC0F888) is known color: Sulu. HEX triplet: C0, F8 and 88. RGB value is (192,248,136). Sum of RGB (Red+Green+Blue) = 192+248+136=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F888 is #3F0777. Grayscale: #DADADA. Windows color (decimal): -4130680 or 8976576. OLE color: 8976576.
HSL color Cylindrical-coordinate representation of color #C0F888: hue angle of 90º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0F888 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 136 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.03 |
| HSL | 90º | 0.89% | 0.75% | - |
| HSV(B) | 90º | 0.45% | 0.97% | - |
| XYZ | 59.75 | 80.12 | 35.61 | - |
| YUV | 218.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 136 | 0.23 | 0 | 0.45 | 0.03 | 90 | 0.89 | 0.75 |
| Hex | C0 | F8 | 88 | 17 | 0 | 2D | 3 | 5A | 59 | 4B |
| Octal | 300 | 370 | 210 | 27 | 0 | 55 | 3 | 132 | 131 | 113 |
| Binary | 11000000 | 11111000 | 10001000 | 10111 | 0 | 101101 | 11 | 1011010 | 1011001 | 1001011 |
Color Harmonies of #C0F888
Complementary color
Monochromatic Colors of #C0F888
Black with #C0F888
Text Example
Text Example
White with #C0F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F888; }
p { color: rgb(192,248,136); }
H1.HeaderClassName
{
color: #C0F888;
}
.AnyTagClassName
{
color: #C0F888;
}
</style>
background-color css
<style>
a { background-color: #C0F888; }
a { background-color: rgb(192,248,136); }
div.DivClassName
{
background-color: #C0F888;
}
.BgClassName
{
background-color: #C0F888;
}
</style>
border-color css
<style>
span { border-color: #C0F888; }
span { border-color: rgb(192,248,136); }
td.TdClassName
{
border-color: #C0F888;
}
.TagClassName
{
border-color: #C0F888;
}
</style>