Shades of Sulu #C0E96F
Tints of Sulu #C0E96F
RGB
CMYK
RGB Variations
Color information
#C0E96F (or 0xC0E96F) is known color: Sulu. HEX triplet: C0, E9 and 6F. RGB value is (192,233,111). Sum of RGB (Red+Green+Blue) = 192+233+111=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 111 (43.75% from 255 or 20.71% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #C0E96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E96F is #3F1690. Grayscale: #CFCFCF. Windows color (decimal): -4134545 or 7334336. OLE color: 7334336.
HSL color Cylindrical-coordinate representation of color #C0E96F: hue angle of 80.16º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0E96F is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 233 | 111 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.09 |
| HSL | 80.16º | 0.73% | 0.67% | - |
| HSV(B) | 80.16º | 0.52% | 0.91% | - |
| XYZ | 53.75 | 70.63 | 25.84 | - |
| YUV | 206.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 233 | 111 | 0.18 | 0 | 0.52 | 0.09 | 80.16 | 0.73 | 0.67 |
| Hex | C0 | E9 | 6F | 12 | 0 | 34 | 9 | 50 | 49 | 43 |
| Octal | 300 | 351 | 157 | 22 | 0 | 64 | 11 | 120 | 111 | 103 |
| Binary | 11000000 | 11101001 | 1101111 | 10010 | 0 | 110100 | 1001 | 1010000 | 1001001 | 1000011 |
Color Harmonies of #C0E96F
Complementary color
Monochromatic Colors of #C0E96F
Black with #C0E96F
Text Example
Text Example
White with #C0E96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E96F; }
p { color: rgb(192,233,111); }
H1.HeaderClassName
{
color: #C0E96F;
}
.AnyTagClassName
{
color: #C0E96F;
}
</style>
background-color css
<style>
a { background-color: #C0E96F; }
a { background-color: rgb(192,233,111); }
div.DivClassName
{
background-color: #C0E96F;
}
.BgClassName
{
background-color: #C0E96F;
}
</style>
border-color css
<style>
span { border-color: #C0E96F; }
span { border-color: rgb(192,233,111); }
td.TdClassName
{
border-color: #C0E96F;
}
.TagClassName
{
border-color: #C0E96F;
}
</style>