Shades of Sulu #C2E876
Tints of Sulu #C2E876
RGB
CMYK
RGB Variations
Color information
#C2E876 (or 0xC2E876) is known color: Sulu. HEX triplet: C2, E8 and 76. RGB value is (194,232,118). Sum of RGB (Red+Green+Blue) = 194+232+118=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 118 (46.48% from 255 or 21.69% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E876 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E876 is #3D1789. Grayscale: #D0D0D0. Windows color (decimal): -4003722 or 7792834. OLE color: 7792834.
HSL color Cylindrical-coordinate representation of color #C2E876: hue angle of 80º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2E876 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 118 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.09 |
| HSL | 80º | 0.71% | 0.69% | - |
| HSV(B) | 80º | 0.49% | 0.91% | - |
| XYZ | 54.37 | 70.49 | 27.88 | - |
| YUV | 207.64 | 77.41 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 118 | 0.16 | 0 | 0.49 | 0.09 | 80 | 0.71 | 0.69 |
| Hex | C2 | E8 | 76 | 10 | 0 | 31 | 9 | 50 | 47 | 45 |
| Octal | 302 | 350 | 166 | 20 | 0 | 61 | 11 | 120 | 107 | 105 |
| Binary | 11000010 | 11101000 | 1110110 | 10000 | 0 | 110001 | 1001 | 1010000 | 1000111 | 1000101 |
Color Harmonies of #C2E876
Complementary color
Monochromatic Colors of #C2E876
Black with #C2E876
Text Example
Text Example
White with #C2E876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E876; }
p { color: rgb(194,232,118); }
H1.HeaderClassName
{
color: #C2E876;
}
.AnyTagClassName
{
color: #C2E876;
}
</style>
background-color css
<style>
a { background-color: #C2E876; }
a { background-color: rgb(194,232,118); }
div.DivClassName
{
background-color: #C2E876;
}
.BgClassName
{
background-color: #C2E876;
}
</style>
border-color css
<style>
span { border-color: #C2E876; }
span { border-color: rgb(194,232,118); }
td.TdClassName
{
border-color: #C2E876;
}
.TagClassName
{
border-color: #C2E876;
}
</style>