Shades of Sulu #C0E276
Tints of Sulu #C0E276
RGB
CMYK
RGB Variations
Color information
#C0E276 (or 0xC0E276) is known color: Sulu. HEX triplet: C0, E2 and 76. RGB value is (192,226,118). Sum of RGB (Red+Green+Blue) = 192+226+118=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E276 is #3F1D89. Grayscale: #CBCBCB. Windows color (decimal): -4136330 or 7791296. OLE color: 7791296.
HSL color Cylindrical-coordinate representation of color #C0E276: hue angle of 78.89º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0E276 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 118 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.11 |
| HSL | 78.89º | 0.65% | 0.67% | - |
| HSV(B) | 78.89º | 0.48% | 0.89% | - |
| XYZ | 52.2 | 66.91 | 27.3 | - |
| YUV | 203.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 118 | 0.15 | 0 | 0.48 | 0.11 | 78.89 | 0.65 | 0.67 |
| Hex | C0 | E2 | 76 | F | 0 | 30 | B | 4F | 41 | 43 |
| Octal | 300 | 342 | 166 | 17 | 0 | 60 | 13 | 117 | 101 | 103 |
| Binary | 11000000 | 11100010 | 1110110 | 1111 | 0 | 110000 | 1011 | 1001111 | 1000001 | 1000011 |
Color Harmonies of #C0E276
Complementary color
Monochromatic Colors of #C0E276
Black with #C0E276
Text Example
Text Example
White with #C0E276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E276; }
p { color: rgb(192,226,118); }
H1.HeaderClassName
{
color: #C0E276;
}
.AnyTagClassName
{
color: #C0E276;
}
</style>
background-color css
<style>
a { background-color: #C0E276; }
a { background-color: rgb(192,226,118); }
div.DivClassName
{
background-color: #C0E276;
}
.BgClassName
{
background-color: #C0E276;
}
</style>
border-color css
<style>
span { border-color: #C0E276; }
span { border-color: rgb(192,226,118); }
td.TdClassName
{
border-color: #C0E276;
}
.TagClassName
{
border-color: #C0E276;
}
</style>