Shades of Sulu #C2E471
Tints of Sulu #C2E471
RGB
CMYK
RGB Variations
Color information
#C2E471 (or 0xC2E471) is known color: Sulu. HEX triplet: C2, E4 and 71. RGB value is (194,228,113). Sum of RGB (Red+Green+Blue) = 194+228+113=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E471 is #3D1B8E. Grayscale: #CDCDCD. Windows color (decimal): -4004751 or 7464130. OLE color: 7464130.
HSL color Cylindrical-coordinate representation of color #C2E471: hue angle of 77.74º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2E471 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 113 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.11 |
| HSL | 77.74º | 0.68% | 0.67% | - |
| HSV(B) | 77.74º | 0.5% | 0.89% | - |
| XYZ | 52.97 | 68.15 | 25.98 | - |
| YUV | 204.72 | 76.24 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 113 | 0.15 | 0 | 0.50 | 0.11 | 77.74 | 0.68 | 0.67 |
| Hex | C2 | E4 | 71 | F | 0 | 32 | B | 4E | 44 | 43 |
| Octal | 302 | 344 | 161 | 17 | 0 | 62 | 13 | 116 | 104 | 103 |
| Binary | 11000010 | 11100100 | 1110001 | 1111 | 0 | 110010 | 1011 | 1001110 | 1000100 | 1000011 |
Color Harmonies of #C2E471
Complementary color
Monochromatic Colors of #C2E471
Black with #C2E471
Text Example
Text Example
White with #C2E471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E471; }
p { color: rgb(194,228,113); }
H1.HeaderClassName
{
color: #C2E471;
}
.AnyTagClassName
{
color: #C2E471;
}
</style>
background-color css
<style>
a { background-color: #C2E471; }
a { background-color: rgb(194,228,113); }
div.DivClassName
{
background-color: #C2E471;
}
.BgClassName
{
background-color: #C2E471;
}
</style>
border-color css
<style>
span { border-color: #C2E471; }
span { border-color: rgb(194,228,113); }
td.TdClassName
{
border-color: #C2E471;
}
.TagClassName
{
border-color: #C2E471;
}
</style>