Shades of Sulu #C0F96E
Tints of Sulu #C0F96E
RGB
CMYK
RGB Variations
Color information
#C0F96E (or 0xC0F96E) is known color: Sulu. HEX triplet: C0, F9 and 6E. RGB value is (192,249,110). Sum of RGB (Red+Green+Blue) = 192+249+110=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F96E is #3F0691. Grayscale: #D8D8D8. Windows color (decimal): -4130450 or 7272896. OLE color: 7272896.
HSL color Cylindrical-coordinate representation of color #C0F96E: hue angle of 84.6º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0F96E is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 110 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.02 |
| HSL | 84.6º | 0.92% | 0.7% | - |
| HSV(B) | 84.6º | 0.56% | 0.98% | - |
| XYZ | 58.43 | 80.08 | 27.13 | - |
| YUV | 216.11 | 68.12 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 110 | 0.23 | 0 | 0.56 | 0.02 | 84.6 | 0.92 | 0.7 |
| Hex | C0 | F9 | 6E | 17 | 0 | 38 | 2 | 55 | 5C | 46 |
| Octal | 300 | 371 | 156 | 27 | 0 | 70 | 2 | 125 | 134 | 106 |
| Binary | 11000000 | 11111001 | 1101110 | 10111 | 0 | 111000 | 10 | 1010101 | 1011100 | 1000110 |
Color Harmonies of #C0F96E
Complementary color
Monochromatic Colors of #C0F96E
Black with #C0F96E
Text Example
Text Example
White with #C0F96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F96E; }
p { color: rgb(192,249,110); }
H1.HeaderClassName
{
color: #C0F96E;
}
.AnyTagClassName
{
color: #C0F96E;
}
</style>
background-color css
<style>
a { background-color: #C0F96E; }
a { background-color: rgb(192,249,110); }
div.DivClassName
{
background-color: #C0F96E;
}
.BgClassName
{
background-color: #C0F96E;
}
</style>
border-color css
<style>
span { border-color: #C0F96E; }
span { border-color: rgb(192,249,110); }
td.TdClassName
{
border-color: #C0F96E;
}
.TagClassName
{
border-color: #C0F96E;
}
</style>