Shades of Sulu #C2E97F
Tints of Sulu #C2E97F
RGB
CMYK
RGB Variations
Color information
#C2E97F (or 0xC2E97F) is known color: Sulu. HEX triplet: C2, E9 and 7F. RGB value is (194,233,127). Sum of RGB (Red+Green+Blue) = 194+233+127=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E97F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E97F is #3D1680. Grayscale: #D1D1D1. Windows color (decimal): -4003457 or 8382914. OLE color: 8382914.
HSL color Cylindrical-coordinate representation of color #C2E97F: hue angle of 82.08º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2E97F is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 127 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.09 |
| HSL | 82.08º | 0.71% | 0.71% | - |
| HSV(B) | 82.08º | 0.45% | 0.91% | - |
| XYZ | 55.22 | 71.28 | 30.93 | - |
| YUV | 209.26 | 81.58 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 127 | 0.17 | 0 | 0.45 | 0.09 | 82.08 | 0.71 | 0.71 |
| Hex | C2 | E9 | 7F | 11 | 0 | 2D | 9 | 52 | 47 | 47 |
| Octal | 302 | 351 | 177 | 21 | 0 | 55 | 11 | 122 | 107 | 107 |
| Binary | 11000010 | 11101001 | 1111111 | 10001 | 0 | 101101 | 1001 | 1010010 | 1000111 | 1000111 |
Color Harmonies of #C2E97F
Complementary color
Monochromatic Colors of #C2E97F
Black with #C2E97F
Text Example
Text Example
White with #C2E97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E97F; }
p { color: rgb(194,233,127); }
H1.HeaderClassName
{
color: #C2E97F;
}
.AnyTagClassName
{
color: #C2E97F;
}
</style>
background-color css
<style>
a { background-color: #C2E97F; }
a { background-color: rgb(194,233,127); }
div.DivClassName
{
background-color: #C2E97F;
}
.BgClassName
{
background-color: #C2E97F;
}
</style>
border-color css
<style>
span { border-color: #C2E97F; }
span { border-color: rgb(194,233,127); }
td.TdClassName
{
border-color: #C2E97F;
}
.TagClassName
{
border-color: #C2E97F;
}
</style>