Shades of Sulu #C5EC8D
Tints of Sulu #C5EC8D
RGB
CMYK
RGB Variations
Color information
#C5EC8D (or 0xC5EC8D) is known color: Sulu. HEX triplet: C5, EC and 8D. RGB value is (197,236,141). Sum of RGB (Red+Green+Blue) = 197+236+141=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EC8D is #3A1372. Grayscale: #D5D5D5. Windows color (decimal): -3806067 or 9301189. OLE color: 9301189.
HSL color Cylindrical-coordinate representation of color #C5EC8D: hue angle of 84.63º 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 #C5EC8D is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 236 | 141 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.07 |
| HSL | 84.63º | 0.71% | 0.74% | - |
| HSV(B) | 84.63º | 0.4% | 0.93% | - |
| XYZ | 57.83 | 73.78 | 36.39 | - |
| YUV | 213.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 141 | 0.17 | 0 | 0.40 | 0.07 | 84.63 | 0.71 | 0.74 |
| Hex | C5 | EC | 8D | 11 | 0 | 28 | 7 | 55 | 47 | 4A |
| Octal | 305 | 354 | 215 | 21 | 0 | 50 | 7 | 125 | 107 | 112 |
| Binary | 11000101 | 11101100 | 10001101 | 10001 | 0 | 101000 | 111 | 1010101 | 1000111 | 1001010 |
Color Harmonies of #C5EC8D
Complementary color
Monochromatic Colors of #C5EC8D
Black with #C5EC8D
Text Example
Text Example
White with #C5EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EC8D; }
p { color: rgb(197,236,141); }
H1.HeaderClassName
{
color: #C5EC8D;
}
.AnyTagClassName
{
color: #C5EC8D;
}
</style>
background-color css
<style>
a { background-color: #C5EC8D; }
a { background-color: rgb(197,236,141); }
div.DivClassName
{
background-color: #C5EC8D;
}
.BgClassName
{
background-color: #C5EC8D;
}
</style>
border-color css
<style>
span { border-color: #C5EC8D; }
span { border-color: rgb(197,236,141); }
td.TdClassName
{
border-color: #C5EC8D;
}
.TagClassName
{
border-color: #C5EC8D;
}
</style>