Shades of Sulu #C5EC80
Tints of Sulu #C5EC80
RGB
CMYK
RGB Variations
Color information
#C5EC80 (or 0xC5EC80) is known color: Sulu. HEX triplet: C5, EC and 80. RGB value is (197,236,128). Sum of RGB (Red+Green+Blue) = 197+236+128=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5EC80 is #3A137F. Grayscale: #D4D4D4. Windows color (decimal): -3806080 or 8449221. OLE color: 8449221.
HSL color Cylindrical-coordinate representation of color #C5EC80: hue angle of 81.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5EC80 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 236 | 128 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.07 |
| HSL | 81.67º | 0.74% | 0.71% | - |
| HSV(B) | 81.67º | 0.46% | 0.93% | - |
| XYZ | 56.92 | 73.42 | 31.59 | - |
| YUV | 212.03 | 80.58 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 236 | 128 | 0.17 | 0 | 0.46 | 0.07 | 81.67 | 0.74 | 0.71 |
| Hex | C5 | EC | 80 | 11 | 0 | 2E | 7 | 52 | 4A | 47 |
| Octal | 305 | 354 | 200 | 21 | 0 | 56 | 7 | 122 | 112 | 107 |
| Binary | 11000101 | 11101100 | 10000000 | 10001 | 0 | 101110 | 111 | 1010010 | 1001010 | 1000111 |
Color Harmonies of #C5EC80
Complementary color
Monochromatic Colors of #C5EC80
Black with #C5EC80
Text Example
Text Example
White with #C5EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EC80; }
p { color: rgb(197,236,128); }
H1.HeaderClassName
{
color: #C5EC80;
}
.AnyTagClassName
{
color: #C5EC80;
}
</style>
background-color css
<style>
a { background-color: #C5EC80; }
a { background-color: rgb(197,236,128); }
div.DivClassName
{
background-color: #C5EC80;
}
.BgClassName
{
background-color: #C5EC80;
}
</style>
border-color css
<style>
span { border-color: #C5EC80; }
span { border-color: rgb(197,236,128); }
td.TdClassName
{
border-color: #C5EC80;
}
.TagClassName
{
border-color: #C5EC80;
}
</style>