Shades of Sulu #C2E882
Tints of Sulu #C2E882
RGB
CMYK
RGB Variations
Color information
#C2E882 (or 0xC2E882) is known color: Sulu. HEX triplet: C2, E8 and 82. RGB value is (194,232,130). Sum of RGB (Red+Green+Blue) = 194+232+130=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 232 (91.02% from 255 or 41.73% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E882 is #3D177D. Grayscale: #D1D1D1. Windows color (decimal): -4003710 or 8579266. OLE color: 8579266.
HSL color Cylindrical-coordinate representation of color #C2E882: hue angle of 82.35º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2E882 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 130 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.09 |
| HSL | 82.35º | 0.69% | 0.71% | - |
| HSV(B) | 82.35º | 0.44% | 0.91% | - |
| XYZ | 55.13 | 70.79 | 31.88 | - |
| YUV | 209.01 | 83.41 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 130 | 0.16 | 0 | 0.44 | 0.09 | 82.35 | 0.69 | 0.71 |
| Hex | C2 | E8 | 82 | 10 | 0 | 2C | 9 | 52 | 45 | 47 |
| Octal | 302 | 350 | 202 | 20 | 0 | 54 | 11 | 122 | 105 | 107 |
| Binary | 11000010 | 11101000 | 10000010 | 10000 | 0 | 101100 | 1001 | 1010010 | 1000101 | 1000111 |
Color Harmonies of #C2E882
Complementary color
Monochromatic Colors of #C2E882
Black with #C2E882
Text Example
Text Example
White with #C2E882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E882; }
p { color: rgb(194,232,130); }
H1.HeaderClassName
{
color: #C2E882;
}
.AnyTagClassName
{
color: #C2E882;
}
</style>
background-color css
<style>
a { background-color: #C2E882; }
a { background-color: rgb(194,232,130); }
div.DivClassName
{
background-color: #C2E882;
}
.BgClassName
{
background-color: #C2E882;
}
</style>
border-color css
<style>
span { border-color: #C2E882; }
span { border-color: rgb(194,232,130); }
td.TdClassName
{
border-color: #C2E882;
}
.TagClassName
{
border-color: #C2E882;
}
</style>