Shades of Sulu #C2E16F
Tints of Sulu #C2E16F
RGB
CMYK
RGB Variations
Color information
#C2E16F (or 0xC2E16F) is known color: Sulu. HEX triplet: C2, E1 and 6F. RGB value is (194,225,111). Sum of RGB (Red+Green+Blue) = 194+225+111=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E16F is #3D1E90. Grayscale: #CBCBCB. Windows color (decimal): -4005521 or 7332290. OLE color: 7332290.
HSL color Cylindrical-coordinate representation of color #C2E16F: hue angle of 76.32º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2E16F is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 111 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.12 |
| HSL | 76.32º | 0.66% | 0.66% | - |
| HSV(B) | 76.32º | 0.51% | 0.88% | - |
| XYZ | 52.04 | 66.47 | 25.13 | - |
| YUV | 202.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 111 | 0.14 | 0 | 0.51 | 0.12 | 76.32 | 0.66 | 0.66 |
| Hex | C2 | E1 | 6F | E | 0 | 33 | C | 4C | 42 | 42 |
| Octal | 302 | 341 | 157 | 16 | 0 | 63 | 14 | 114 | 102 | 102 |
| Binary | 11000010 | 11100001 | 1101111 | 1110 | 0 | 110011 | 1100 | 1001100 | 1000010 | 1000010 |
Color Harmonies of #C2E16F
Complementary color
Monochromatic Colors of #C2E16F
Black with #C2E16F
Text Example
Text Example
White with #C2E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E16F; }
p { color: rgb(194,225,111); }
H1.HeaderClassName
{
color: #C2E16F;
}
.AnyTagClassName
{
color: #C2E16F;
}
</style>
background-color css
<style>
a { background-color: #C2E16F; }
a { background-color: rgb(194,225,111); }
div.DivClassName
{
background-color: #C2E16F;
}
.BgClassName
{
background-color: #C2E16F;
}
</style>
border-color css
<style>
span { border-color: #C2E16F; }
span { border-color: rgb(194,225,111); }
td.TdClassName
{
border-color: #C2E16F;
}
.TagClassName
{
border-color: #C2E16F;
}
</style>