Shades of Sulu #C0E776
Tints of Sulu #C0E776
RGB
CMYK
RGB Variations
Color information
#C0E776 (or 0xC0E776) is known color: Sulu. HEX triplet: C0, E7 and 76. RGB value is (192,231,118). Sum of RGB (Red+Green+Blue) = 192+231+118=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0E776 is #3F1889. Grayscale: #CECECE. Windows color (decimal): -4135050 or 7792576. OLE color: 7792576.
HSL color Cylindrical-coordinate representation of color #C0E776: hue angle of 80.71º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0E776 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 118 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.09 |
| HSL | 80.71º | 0.7% | 0.68% | - |
| HSV(B) | 80.71º | 0.49% | 0.91% | - |
| XYZ | 53.58 | 69.67 | 27.76 | - |
| YUV | 206.46 | 78.08 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 118 | 0.17 | 0 | 0.49 | 0.09 | 80.71 | 0.7 | 0.68 |
| Hex | C0 | E7 | 76 | 11 | 0 | 31 | 9 | 51 | 46 | 44 |
| Octal | 300 | 347 | 166 | 21 | 0 | 61 | 11 | 121 | 106 | 104 |
| Binary | 11000000 | 11100111 | 1110110 | 10001 | 0 | 110001 | 1001 | 1010001 | 1000110 | 1000100 |
Color Harmonies of #C0E776
Complementary color
Monochromatic Colors of #C0E776
Black with #C0E776
Text Example
Text Example
White with #C0E776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E776; }
p { color: rgb(192,231,118); }
H1.HeaderClassName
{
color: #C0E776;
}
.AnyTagClassName
{
color: #C0E776;
}
</style>
background-color css
<style>
a { background-color: #C0E776; }
a { background-color: rgb(192,231,118); }
div.DivClassName
{
background-color: #C0E776;
}
.BgClassName
{
background-color: #C0E776;
}
</style>
border-color css
<style>
span { border-color: #C0E776; }
span { border-color: rgb(192,231,118); }
td.TdClassName
{
border-color: #C0E776;
}
.TagClassName
{
border-color: #C0E776;
}
</style>