Shades of Sulu #C4EC8D
Tints of Sulu #C4EC8D
RGB
CMYK
RGB Variations
Color information
#C4EC8D (or 0xC4EC8D) is known color: Sulu. HEX triplet: C4, EC and 8D. RGB value is (196,236,141). Sum of RGB (Red+Green+Blue) = 196+236+141=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #C4EC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4EC8D is #3B1372. Grayscale: #D5D5D5. Windows color (decimal): -3871603 or 9301188. OLE color: 9301188.
HSL color Cylindrical-coordinate representation of color #C4EC8D: hue angle of 85.26º 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 #C4EC8D is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 236 | 141 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.07 |
| HSL | 85.26º | 0.71% | 0.74% | - |
| HSV(B) | 85.26º | 0.4% | 0.93% | - |
| XYZ | 57.57 | 73.65 | 36.38 | - |
| YUV | 213.21 | 87.25 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 236 | 141 | 0.17 | 0 | 0.40 | 0.07 | 85.26 | 0.71 | 0.74 |
| Hex | C4 | EC | 8D | 11 | 0 | 28 | 7 | 55 | 47 | 4A |
| Octal | 304 | 354 | 215 | 21 | 0 | 50 | 7 | 125 | 107 | 112 |
| Binary | 11000100 | 11101100 | 10001101 | 10001 | 0 | 101000 | 111 | 1010101 | 1000111 | 1001010 |
Color Harmonies of #C4EC8D
Complementary color
Monochromatic Colors of #C4EC8D
Black with #C4EC8D
Text Example
Text Example
White with #C4EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EC8D; }
p { color: rgb(196,236,141); }
H1.HeaderClassName
{
color: #C4EC8D;
}
.AnyTagClassName
{
color: #C4EC8D;
}
</style>
background-color css
<style>
a { background-color: #C4EC8D; }
a { background-color: rgb(196,236,141); }
div.DivClassName
{
background-color: #C4EC8D;
}
.BgClassName
{
background-color: #C4EC8D;
}
</style>
border-color css
<style>
span { border-color: #C4EC8D; }
span { border-color: rgb(196,236,141); }
td.TdClassName
{
border-color: #C4EC8D;
}
.TagClassName
{
border-color: #C4EC8D;
}
</style>