Shades of Sulu #C0F07E
Tints of Sulu #C0F07E
RGB
CMYK
RGB Variations
Color information
#C0F07E (or 0xC0F07E) is known color: Sulu. HEX triplet: C0, F0 and 7E. RGB value is (192,240,126). Sum of RGB (Red+Green+Blue) = 192+240+126=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 126 (49.61% from 255 or 22.58% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F07E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F07E is #3F0F81. Grayscale: #D5D5D5. Windows color (decimal): -4132738 or 8319168. OLE color: 8319168.
HSL color Cylindrical-coordinate representation of color #C0F07E: hue angle of 85.26º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0F07E is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 126 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.06 |
| HSL | 85.26º | 0.79% | 0.72% | - |
| HSV(B) | 85.26º | 0.48% | 0.94% | - |
| XYZ | 56.66 | 75.03 | 31.23 | - |
| YUV | 212.65 | 79.1 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 126 | 0.20 | 0 | 0.48 | 0.06 | 85.26 | 0.79 | 0.72 |
| Hex | C0 | F0 | 7E | 14 | 0 | 30 | 6 | 55 | 4F | 48 |
| Octal | 300 | 360 | 176 | 24 | 0 | 60 | 6 | 125 | 117 | 110 |
| Binary | 11000000 | 11110000 | 1111110 | 10100 | 0 | 110000 | 110 | 1010101 | 1001111 | 1001000 |
Color Harmonies of #C0F07E
Complementary color
Monochromatic Colors of #C0F07E
Black with #C0F07E
Text Example
Text Example
White with #C0F07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F07E; }
p { color: rgb(192,240,126); }
H1.HeaderClassName
{
color: #C0F07E;
}
.AnyTagClassName
{
color: #C0F07E;
}
</style>
background-color css
<style>
a { background-color: #C0F07E; }
a { background-color: rgb(192,240,126); }
div.DivClassName
{
background-color: #C0F07E;
}
.BgClassName
{
background-color: #C0F07E;
}
</style>
border-color css
<style>
span { border-color: #C0F07E; }
span { border-color: rgb(192,240,126); }
td.TdClassName
{
border-color: #C0F07E;
}
.TagClassName
{
border-color: #C0F07E;
}
</style>