Shades of Sulu #C2EC8D
Tints of Sulu #C2EC8D
RGB
CMYK
RGB Variations
Color information
#C2EC8D (or 0xC2EC8D) is known color: Sulu. HEX triplet: C2, EC and 8D. RGB value is (194,236,141). Sum of RGB (Red+Green+Blue) = 194+236+141=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 141 (55.47% from 255 or 24.69% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #C2EC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EC8D is #3D1372. Grayscale: #D4D4D4. Windows color (decimal): -4002675 or 9301186. OLE color: 9301186.
HSL color Cylindrical-coordinate representation of color #C2EC8D: hue angle of 86.53º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2EC8D is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 236 | 141 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.07 |
| HSL | 86.53º | 0.71% | 0.74% | - |
| HSV(B) | 86.53º | 0.4% | 0.93% | - |
| XYZ | 57.05 | 73.38 | 36.36 | - |
| YUV | 212.61 | 87.59 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 236 | 141 | 0.18 | 0 | 0.40 | 0.07 | 86.53 | 0.71 | 0.74 |
| Hex | C2 | EC | 8D | 12 | 0 | 28 | 7 | 57 | 47 | 4A |
| Octal | 302 | 354 | 215 | 22 | 0 | 50 | 7 | 127 | 107 | 112 |
| Binary | 11000010 | 11101100 | 10001101 | 10010 | 0 | 101000 | 111 | 1010111 | 1000111 | 1001010 |
Color Harmonies of #C2EC8D
Complementary color
Monochromatic Colors of #C2EC8D
Black with #C2EC8D
Text Example
Text Example
White with #C2EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EC8D; }
p { color: rgb(194,236,141); }
H1.HeaderClassName
{
color: #C2EC8D;
}
.AnyTagClassName
{
color: #C2EC8D;
}
</style>
background-color css
<style>
a { background-color: #C2EC8D; }
a { background-color: rgb(194,236,141); }
div.DivClassName
{
background-color: #C2EC8D;
}
.BgClassName
{
background-color: #C2EC8D;
}
</style>
border-color css
<style>
span { border-color: #C2EC8D; }
span { border-color: rgb(194,236,141); }
td.TdClassName
{
border-color: #C2EC8D;
}
.TagClassName
{
border-color: #C2EC8D;
}
</style>