Shades of Sulu #C2E47A
Tints of Sulu #C2E47A
RGB
CMYK
RGB Variations
Color information
#C2E47A (or 0xC2E47A) is known color: Sulu. HEX triplet: C2, E4 and 7A. RGB value is (194,228,122). Sum of RGB (Red+Green+Blue) = 194+228+122=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E47A is #3D1B85. Grayscale: #CECECE. Windows color (decimal): -4004742 or 8053954. OLE color: 8053954.
HSL color Cylindrical-coordinate representation of color #C2E47A: hue angle of 79.25º 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 #C2E47A is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 122 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.11 |
| HSL | 79.25º | 0.66% | 0.69% | - |
| HSV(B) | 79.25º | 0.46% | 0.89% | - |
| XYZ | 53.5 | 68.36 | 28.79 | - |
| YUV | 205.75 | 80.74 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 122 | 0.15 | 0 | 0.46 | 0.11 | 79.25 | 0.66 | 0.69 |
| Hex | C2 | E4 | 7A | F | 0 | 2E | B | 4F | 42 | 45 |
| Octal | 302 | 344 | 172 | 17 | 0 | 56 | 13 | 117 | 102 | 105 |
| Binary | 11000010 | 11100100 | 1111010 | 1111 | 0 | 101110 | 1011 | 1001111 | 1000010 | 1000101 |
Color Harmonies of #C2E47A
Complementary color
Monochromatic Colors of #C2E47A
Black with #C2E47A
Text Example
Text Example
White with #C2E47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E47A; }
p { color: rgb(194,228,122); }
H1.HeaderClassName
{
color: #C2E47A;
}
.AnyTagClassName
{
color: #C2E47A;
}
</style>
background-color css
<style>
a { background-color: #C2E47A; }
a { background-color: rgb(194,228,122); }
div.DivClassName
{
background-color: #C2E47A;
}
.BgClassName
{
background-color: #C2E47A;
}
</style>
border-color css
<style>
span { border-color: #C2E47A; }
span { border-color: rgb(194,228,122); }
td.TdClassName
{
border-color: #C2E47A;
}
.TagClassName
{
border-color: #C2E47A;
}
</style>