Shades of Sulu #C2E47C
Tints of Sulu #C2E47C
RGB
CMYK
RGB Variations
Color information
#C2E47C (or 0xC2E47C) is known color: Sulu. HEX triplet: C2, E4 and 7C. RGB value is (194,228,124). Sum of RGB (Red+Green+Blue) = 194+228+124=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E47C is #3D1B83. Grayscale: #CECECE. Windows color (decimal): -4004740 or 8185026. OLE color: 8185026.
HSL color Cylindrical-coordinate representation of color #C2E47C: hue angle of 79.62º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2E47C is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 124 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.11 |
| HSL | 79.62º | 0.66% | 0.69% | - |
| HSV(B) | 79.62º | 0.46% | 0.89% | - |
| XYZ | 53.63 | 68.41 | 29.45 | - |
| YUV | 205.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 124 | 0.15 | 0 | 0.46 | 0.11 | 79.62 | 0.66 | 0.69 |
| Hex | C2 | E4 | 7C | F | 0 | 2E | B | 50 | 42 | 45 |
| Octal | 302 | 344 | 174 | 17 | 0 | 56 | 13 | 120 | 102 | 105 |
| Binary | 11000010 | 11100100 | 1111100 | 1111 | 0 | 101110 | 1011 | 1010000 | 1000010 | 1000101 |
Color Harmonies of #C2E47C
Complementary color
Monochromatic Colors of #C2E47C
Black with #C2E47C
Text Example
Text Example
White with #C2E47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E47C; }
p { color: rgb(194,228,124); }
H1.HeaderClassName
{
color: #C2E47C;
}
.AnyTagClassName
{
color: #C2E47C;
}
</style>
background-color css
<style>
a { background-color: #C2E47C; }
a { background-color: rgb(194,228,124); }
div.DivClassName
{
background-color: #C2E47C;
}
.BgClassName
{
background-color: #C2E47C;
}
</style>
border-color css
<style>
span { border-color: #C2E47C; }
span { border-color: rgb(194,228,124); }
td.TdClassName
{
border-color: #C2E47C;
}
.TagClassName
{
border-color: #C2E47C;
}
</style>