Shades of Sulu #C2E786
Tints of Sulu #C2E786
RGB
CMYK
RGB Variations
Color information
#C2E786 (or 0xC2E786) is known color: Sulu. HEX triplet: C2, E7 and 86. RGB value is (194,231,134). Sum of RGB (Red+Green+Blue) = 194+231+134=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 231 (90.62% from 255 or 41.32% from 559); Blue value is 134 (52.73% from 255 or 23.97% from 559); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E786 is #3D1879. Grayscale: #D1D1D1. Windows color (decimal): -4003962 or 8841154. OLE color: 8841154.
HSL color Cylindrical-coordinate representation of color #C2E786: hue angle of 82.89º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2E786 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 231 | 134 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.09 |
| HSL | 82.89º | 0.67% | 0.72% | - |
| HSV(B) | 82.89º | 0.42% | 0.91% | - |
| XYZ | 55.13 | 70.34 | 33.23 | - |
| YUV | 208.88 | 85.74 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 231 | 134 | 0.16 | 0 | 0.42 | 0.09 | 82.89 | 0.67 | 0.72 |
| Hex | C2 | E7 | 86 | 10 | 0 | 2A | 9 | 53 | 43 | 48 |
| Octal | 302 | 347 | 206 | 20 | 0 | 52 | 11 | 123 | 103 | 110 |
| Binary | 11000010 | 11100111 | 10000110 | 10000 | 0 | 101010 | 1001 | 1010011 | 1000011 | 1001000 |
Color Harmonies of #C2E786
Complementary color
Monochromatic Colors of #C2E786
Black with #C2E786
Text Example
Text Example
White with #C2E786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E786; }
p { color: rgb(194,231,134); }
H1.HeaderClassName
{
color: #C2E786;
}
.AnyTagClassName
{
color: #C2E786;
}
</style>
background-color css
<style>
a { background-color: #C2E786; }
a { background-color: rgb(194,231,134); }
div.DivClassName
{
background-color: #C2E786;
}
.BgClassName
{
background-color: #C2E786;
}
</style>
border-color css
<style>
span { border-color: #C2E786; }
span { border-color: rgb(194,231,134); }
td.TdClassName
{
border-color: #C2E786;
}
.TagClassName
{
border-color: #C2E786;
}
</style>