Shades of Sulu #C0F98E
Tints of Sulu #C0F98E
RGB
CMYK
RGB Variations
Color information
#C0F98E (or 0xC0F98E) is known color: Sulu. HEX triplet: C0, F9 and 8E. RGB value is (192,249,142). Sum of RGB (Red+Green+Blue) = 192+249+142=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F98E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0F98E is #3F0671. Grayscale: #DCDCDC. Windows color (decimal): -4130418 or 9370048. OLE color: 9370048.
HSL color Cylindrical-coordinate representation of color #C0F98E: hue angle of 91.96º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0F98E is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 142 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.02 |
| HSL | 91.96º | 0.9% | 0.77% | - |
| HSV(B) | 91.96º | 0.43% | 0.98% | - |
| XYZ | 60.5 | 80.91 | 38.02 | - |
| YUV | 219.76 | 84.12 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 142 | 0.23 | 0 | 0.43 | 0.02 | 91.96 | 0.9 | 0.77 |
| Hex | C0 | F9 | 8E | 17 | 0 | 2B | 2 | 5C | 5A | 4D |
| Octal | 300 | 371 | 216 | 27 | 0 | 53 | 2 | 134 | 132 | 115 |
| Binary | 11000000 | 11111001 | 10001110 | 10111 | 0 | 101011 | 10 | 1011100 | 1011010 | 1001101 |
Color Harmonies of #C0F98E
Complementary color
Monochromatic Colors of #C0F98E
Black with #C0F98E
Text Example
Text Example
White with #C0F98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F98E; }
p { color: rgb(192,249,142); }
H1.HeaderClassName
{
color: #C0F98E;
}
.AnyTagClassName
{
color: #C0F98E;
}
</style>
background-color css
<style>
a { background-color: #C0F98E; }
a { background-color: rgb(192,249,142); }
div.DivClassName
{
background-color: #C0F98E;
}
.BgClassName
{
background-color: #C0F98E;
}
</style>
border-color css
<style>
span { border-color: #C0F98E; }
span { border-color: rgb(192,249,142); }
td.TdClassName
{
border-color: #C0F98E;
}
.TagClassName
{
border-color: #C0F98E;
}
</style>