Shades of Sulu #C2E776
Tints of Sulu #C2E776
RGB
CMYK
RGB Variations
Color information
#C2E776 (or 0xC2E776) is known color: Sulu. HEX triplet: C2, E7 and 76. RGB value is (194,231,118). Sum of RGB (Red+Green+Blue) = 194+231+118=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E776 is #3D1889. Grayscale: #CFCFCF. Windows color (decimal): -4003978 or 7792578. OLE color: 7792578.
HSL color Cylindrical-coordinate representation of color #C2E776: hue angle of 79.65º 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 #C2E776 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 231 | 118 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.09 |
| HSL | 79.65º | 0.7% | 0.68% | - |
| HSV(B) | 79.65º | 0.49% | 0.91% | - |
| XYZ | 54.09 | 69.93 | 27.79 | - |
| YUV | 207.06 | 77.74 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 231 | 118 | 0.16 | 0 | 0.49 | 0.09 | 79.65 | 0.7 | 0.68 |
| Hex | C2 | E7 | 76 | 10 | 0 | 31 | 9 | 50 | 46 | 44 |
| Octal | 302 | 347 | 166 | 20 | 0 | 61 | 11 | 120 | 106 | 104 |
| Binary | 11000010 | 11100111 | 1110110 | 10000 | 0 | 110001 | 1001 | 1010000 | 1000110 | 1000100 |
Color Harmonies of #C2E776
Complementary color
Monochromatic Colors of #C2E776
Black with #C2E776
Text Example
Text Example
White with #C2E776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E776; }
p { color: rgb(194,231,118); }
H1.HeaderClassName
{
color: #C2E776;
}
.AnyTagClassName
{
color: #C2E776;
}
</style>
background-color css
<style>
a { background-color: #C2E776; }
a { background-color: rgb(194,231,118); }
div.DivClassName
{
background-color: #C2E776;
}
.BgClassName
{
background-color: #C2E776;
}
</style>
border-color css
<style>
span { border-color: #C2E776; }
span { border-color: rgb(194,231,118); }
td.TdClassName
{
border-color: #C2E776;
}
.TagClassName
{
border-color: #C2E776;
}
</style>