Shades of Sulu #C0FE8E
Tints of Sulu #C0FE8E
RGB
CMYK
RGB Variations
Color information
#C0FE8E (or 0xC0FE8E) is known color: Sulu. HEX triplet: C0, FE and 8E. RGB value is (192,254,142). Sum of RGB (Red+Green+Blue) = 192+254+142=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 254 (99.61% from 255 or 43.20% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FE8E is #3F0171. Grayscale: #DFDFDF. Windows color (decimal): -4129138 or 9371328. OLE color: 9371328.
HSL color Cylindrical-coordinate representation of color #C0FE8E: hue angle of 93.21º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0FE8E is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 142 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.00 |
| HSL | 93.21º | 0.98% | 0.78% | - |
| HSV(B) | 93.21º | 0.44% | 1% | - |
| XYZ | 62.06 | 84.04 | 38.54 | - |
| YUV | 222.69 | 82.46 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 142 | 0.24 | 0 | 0.44 | 0.00 | 93.21 | 0.98 | 0.78 |
| Hex | C0 | FE | 8E | 18 | 0 | 2C | 0 | 5D | 62 | 4E |
| Octal | 300 | 376 | 216 | 30 | 0 | 54 | 0 | 135 | 142 | 116 |
| Binary | 11000000 | 11111110 | 10001110 | 11000 | 0 | 101100 | 0 | 1011101 | 1100010 | 1001110 |
Color Harmonies of #C0FE8E
Complementary color
Monochromatic Colors of #C0FE8E
Black with #C0FE8E
Text Example
Text Example
White with #C0FE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE8E; }
p { color: rgb(192,254,142); }
H1.HeaderClassName
{
color: #C0FE8E;
}
.AnyTagClassName
{
color: #C0FE8E;
}
</style>
background-color css
<style>
a { background-color: #C0FE8E; }
a { background-color: rgb(192,254,142); }
div.DivClassName
{
background-color: #C0FE8E;
}
.BgClassName
{
background-color: #C0FE8E;
}
</style>
border-color css
<style>
span { border-color: #C0FE8E; }
span { border-color: rgb(192,254,142); }
td.TdClassName
{
border-color: #C0FE8E;
}
.TagClassName
{
border-color: #C0FE8E;
}
</style>