Shades of Sulu #C2E186
Tints of Sulu #C2E186
RGB
CMYK
RGB Variations
Color information
#C2E186 (or 0xC2E186) is known color: Sulu. HEX triplet: C2, E1 and 86. RGB value is (194,225,134). Sum of RGB (Red+Green+Blue) = 194+225+134=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E186 is #3D1E79. Grayscale: #CDCDCD. Windows color (decimal): -4005498 or 8839618. OLE color: 8839618.
HSL color Cylindrical-coordinate representation of color #C2E186: hue angle of 80.44º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2E186 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 134 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.12 |
| HSL | 80.44º | 0.6% | 0.7% | - |
| HSV(B) | 80.44º | 0.4% | 0.88% | - |
| XYZ | 53.48 | 67.04 | 32.68 | - |
| YUV | 205.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 134 | 0.14 | 0 | 0.40 | 0.12 | 80.44 | 0.6 | 0.7 |
| Hex | C2 | E1 | 86 | E | 0 | 28 | C | 50 | 3C | 46 |
| Octal | 302 | 341 | 206 | 16 | 0 | 50 | 14 | 120 | 74 | 106 |
| Binary | 11000010 | 11100001 | 10000110 | 1110 | 0 | 101000 | 1100 | 1010000 | 111100 | 1000110 |
Color Harmonies of #C2E186
Complementary color
Monochromatic Colors of #C2E186
Black with #C2E186
Text Example
Text Example
White with #C2E186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E186; }
p { color: rgb(194,225,134); }
H1.HeaderClassName
{
color: #C2E186;
}
.AnyTagClassName
{
color: #C2E186;
}
</style>
background-color css
<style>
a { background-color: #C2E186; }
a { background-color: rgb(194,225,134); }
div.DivClassName
{
background-color: #C2E186;
}
.BgClassName
{
background-color: #C2E186;
}
</style>
border-color css
<style>
span { border-color: #C2E186; }
span { border-color: rgb(194,225,134); }
td.TdClassName
{
border-color: #C2E186;
}
.TagClassName
{
border-color: #C2E186;
}
</style>