Shades of Sulu #C2E47F
Tints of Sulu #C2E47F
RGB
CMYK
RGB Variations
Color information
#C2E47F (or 0xC2E47F) is known color: Sulu. HEX triplet: C2, E4 and 7F. RGB value is (194,228,127). Sum of RGB (Red+Green+Blue) = 194+228+127=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E47F is #3D1B80. Grayscale: #CECECE. Windows color (decimal): -4004737 or 8381634. OLE color: 8381634.
HSL color Cylindrical-coordinate representation of color #C2E47F: hue angle of 80.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2E47F is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 127 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.11 |
| HSL | 80.2º | 0.65% | 0.7% | - |
| HSV(B) | 80.2º | 0.44% | 0.89% | - |
| XYZ | 53.82 | 68.49 | 30.46 | - |
| YUV | 206.32 | 83.24 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 127 | 0.15 | 0 | 0.44 | 0.11 | 80.2 | 0.65 | 0.7 |
| Hex | C2 | E4 | 7F | F | 0 | 2C | B | 50 | 41 | 46 |
| Octal | 302 | 344 | 177 | 17 | 0 | 54 | 13 | 120 | 101 | 106 |
| Binary | 11000010 | 11100100 | 1111111 | 1111 | 0 | 101100 | 1011 | 1010000 | 1000001 | 1000110 |
Color Harmonies of #C2E47F
Complementary color
Monochromatic Colors of #C2E47F
Black with #C2E47F
Text Example
Text Example
White with #C2E47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E47F; }
p { color: rgb(194,228,127); }
H1.HeaderClassName
{
color: #C2E47F;
}
.AnyTagClassName
{
color: #C2E47F;
}
</style>
background-color css
<style>
a { background-color: #C2E47F; }
a { background-color: rgb(194,228,127); }
div.DivClassName
{
background-color: #C2E47F;
}
.BgClassName
{
background-color: #C2E47F;
}
</style>
border-color css
<style>
span { border-color: #C2E47F; }
span { border-color: rgb(194,228,127); }
td.TdClassName
{
border-color: #C2E47F;
}
.TagClassName
{
border-color: #C2E47F;
}
</style>