Shades of Sulu #C5EC70
Tints of Sulu #C5EC70
RGB
CMYK
RGB Variations
Color information
#C5EC70 (or 0xC5EC70) is known color: Sulu. HEX triplet: C5, EC and 70. RGB value is (197,236,112). Sum of RGB (Red+Green+Blue) = 197+236+112=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 112 (44.14% from 255 or 20.55% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EC70 is #3A138F. Grayscale: #D2D2D2. Windows color (decimal): -3806096 or 7400645. OLE color: 7400645.
HSL color Cylindrical-coordinate representation of color #C5EC70: hue angle of 78.87º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5EC70 is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 236 | 112 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.07 |
| HSL | 78.87º | 0.77% | 0.68% | - |
| HSV(B) | 78.87º | 0.53% | 0.93% | - |
| XYZ | 55.95 | 73.03 | 26.48 | - |
| YUV | 210.2 | 72.58 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 112 | 0.17 | 0 | 0.53 | 0.07 | 78.87 | 0.77 | 0.68 |
| Hex | C5 | EC | 70 | 11 | 0 | 35 | 7 | 4F | 4D | 44 |
| Octal | 305 | 354 | 160 | 21 | 0 | 65 | 7 | 117 | 115 | 104 |
| Binary | 11000101 | 11101100 | 1110000 | 10001 | 0 | 110101 | 111 | 1001111 | 1001101 | 1000100 |
Color Harmonies of #C5EC70
Complementary color
Monochromatic Colors of #C5EC70
Black with #C5EC70
Text Example
Text Example
White with #C5EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EC70; }
p { color: rgb(197,236,112); }
H1.HeaderClassName
{
color: #C5EC70;
}
.AnyTagClassName
{
color: #C5EC70;
}
</style>
background-color css
<style>
a { background-color: #C5EC70; }
a { background-color: rgb(197,236,112); }
div.DivClassName
{
background-color: #C5EC70;
}
.BgClassName
{
background-color: #C5EC70;
}
</style>
border-color css
<style>
span { border-color: #C5EC70; }
span { border-color: rgb(197,236,112); }
td.TdClassName
{
border-color: #C5EC70;
}
.TagClassName
{
border-color: #C5EC70;
}
</style>