Shades of Sulu #C0FD8E
Tints of Sulu #C0FD8E
RGB
CMYK
RGB Variations
Color information
#C0FD8E (or 0xC0FD8E) is known color: Sulu. HEX triplet: C0, FD and 8E. RGB value is (192,253,142). Sum of RGB (Red+Green+Blue) = 192+253+142=587 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.71% from 587); Green value is 253 (99.22% from 255 or 43.10% from 587); Blue value is 142 (55.86% from 255 or 24.19% from 587); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FD8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FD8E is #3F0271. Grayscale: #DEDEDE. Windows color (decimal): -4129394 or 9371072. OLE color: 9371072.
HSL color Cylindrical-coordinate representation of color #C0FD8E: hue angle of 92.97º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0FD8E is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 142 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.01 |
| HSL | 92.97º | 0.97% | 0.77% | - |
| HSV(B) | 92.97º | 0.44% | 0.99% | - |
| XYZ | 61.75 | 83.41 | 38.44 | - |
| YUV | 222.11 | 82.79 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 142 | 0.24 | 0 | 0.44 | 0.01 | 92.97 | 0.97 | 0.77 |
| Hex | C0 | FD | 8E | 18 | 0 | 2C | 1 | 5D | 61 | 4D |
| Octal | 300 | 375 | 216 | 30 | 0 | 54 | 1 | 135 | 141 | 115 |
| Binary | 11000000 | 11111101 | 10001110 | 11000 | 0 | 101100 | 1 | 1011101 | 1100001 | 1001101 |
Color Harmonies of #C0FD8E
Complementary color
Monochromatic Colors of #C0FD8E
Black with #C0FD8E
Text Example
Text Example
White with #C0FD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FD8E; }
p { color: rgb(192,253,142); }
H1.HeaderClassName
{
color: #C0FD8E;
}
.AnyTagClassName
{
color: #C0FD8E;
}
</style>
background-color css
<style>
a { background-color: #C0FD8E; }
a { background-color: rgb(192,253,142); }
div.DivClassName
{
background-color: #C0FD8E;
}
.BgClassName
{
background-color: #C0FD8E;
}
</style>
border-color css
<style>
span { border-color: #C0FD8E; }
span { border-color: rgb(192,253,142); }
td.TdClassName
{
border-color: #C0FD8E;
}
.TagClassName
{
border-color: #C0FD8E;
}
</style>