Shades of Sulu #C5EC71
Tints of Sulu #C5EC71
RGB
CMYK
RGB Variations
Color information
#C5EC71 (or 0xC5EC71) is known color: Sulu. HEX triplet: C5, EC and 71. RGB value is (197,236,113). Sum of RGB (Red+Green+Blue) = 197+236+113=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EC71 is #3A138E. Grayscale: #D2D2D2. Windows color (decimal): -3806095 or 7466181. OLE color: 7466181.
HSL color Cylindrical-coordinate representation of color #C5EC71: hue angle of 79.02º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5EC71 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 236 | 113 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.07 |
| HSL | 79.02º | 0.76% | 0.68% | - |
| HSV(B) | 79.02º | 0.52% | 0.93% | - |
| XYZ | 56 | 73.05 | 26.77 | - |
| YUV | 210.32 | 73.08 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 113 | 0.17 | 0 | 0.52 | 0.07 | 79.02 | 0.76 | 0.68 |
| Hex | C5 | EC | 71 | 11 | 0 | 34 | 7 | 4F | 4C | 44 |
| Octal | 305 | 354 | 161 | 21 | 0 | 64 | 7 | 117 | 114 | 104 |
| Binary | 11000101 | 11101100 | 1110001 | 10001 | 0 | 110100 | 111 | 1001111 | 1001100 | 1000100 |
Color Harmonies of #C5EC71
Complementary color
Monochromatic Colors of #C5EC71
Black with #C5EC71
Text Example
Text Example
White with #C5EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EC71; }
p { color: rgb(197,236,113); }
H1.HeaderClassName
{
color: #C5EC71;
}
.AnyTagClassName
{
color: #C5EC71;
}
</style>
background-color css
<style>
a { background-color: #C5EC71; }
a { background-color: rgb(197,236,113); }
div.DivClassName
{
background-color: #C5EC71;
}
.BgClassName
{
background-color: #C5EC71;
}
</style>
border-color css
<style>
span { border-color: #C5EC71; }
span { border-color: rgb(197,236,113); }
td.TdClassName
{
border-color: #C5EC71;
}
.TagClassName
{
border-color: #C5EC71;
}
</style>