Shades of Sulu #C0FC7E
Tints of Sulu #C0FC7E
RGB
CMYK
RGB Variations
Color information
#C0FC7E (or 0xC0FC7E) is known color: Sulu. HEX triplet: C0, FC and 7E. RGB value is (192,252,126). Sum of RGB (Red+Green+Blue) = 192+252+126=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 126 (49.61% from 255 or 22.11% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FC7E is #3F0381. Grayscale: #DCDCDC. Windows color (decimal): -4129666 or 8322240. OLE color: 8322240.
HSL color Cylindrical-coordinate representation of color #C0FC7E: hue angle of 88.57º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C0FC7E is Cyan = 0.24, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 126 | - |
| CMYK | 0.24 | 0 | 0.5 | 0.01 |
| HSL | 88.57º | 0.95% | 0.74% | - |
| HSV(B) | 88.57º | 0.5% | 0.99% | - |
| XYZ | 60.31 | 82.33 | 32.45 | - |
| YUV | 219.7 | 75.12 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 126 | 0.24 | 0 | 0.5 | 0.01 | 88.57 | 0.95 | 0.74 |
| Hex | C0 | FC | 7E | 18 | 0 | 32 | 1 | 59 | 5F | 4A |
| Octal | 300 | 374 | 176 | 30 | 0 | 62 | 1 | 131 | 137 | 112 |
| Binary | 11000000 | 11111100 | 1111110 | 11000 | 0 | 110010 | 1 | 1011001 | 1011111 | 1001010 |
Color Harmonies of #C0FC7E
Complementary color
Monochromatic Colors of #C0FC7E
Black with #C0FC7E
Text Example
Text Example
White with #C0FC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC7E; }
p { color: rgb(192,252,126); }
H1.HeaderClassName
{
color: #C0FC7E;
}
.AnyTagClassName
{
color: #C0FC7E;
}
</style>
background-color css
<style>
a { background-color: #C0FC7E; }
a { background-color: rgb(192,252,126); }
div.DivClassName
{
background-color: #C0FC7E;
}
.BgClassName
{
background-color: #C0FC7E;
}
</style>
border-color css
<style>
span { border-color: #C0FC7E; }
span { border-color: rgb(192,252,126); }
td.TdClassName
{
border-color: #C0FC7E;
}
.TagClassName
{
border-color: #C0FC7E;
}
</style>