Shades of Sulu #C5E584
Tints of Sulu #C5E584
RGB
CMYK
RGB Variations
Color information
#C5E584 (or 0xC5E584) is known color: Sulu. HEX triplet: C5, E5 and 84. RGB value is (197,229,132). Sum of RGB (Red+Green+Blue) = 197+229+132=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 229 (89.84% from 255 or 41.04% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E584 is #3A1A7B. Grayscale: #D0D0D0. Windows color (decimal): -3807868 or 8709573. OLE color: 8709573.
HSL color Cylindrical-coordinate representation of color #C5E584: hue angle of 79.79º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5E584 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 132 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.10 |
| HSL | 79.79º | 0.65% | 0.71% | - |
| HSV(B) | 79.79º | 0.42% | 0.9% | - |
| XYZ | 55.21 | 69.57 | 32.35 | - |
| YUV | 208.37 | 84.9 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 132 | 0.14 | 0 | 0.42 | 0.10 | 79.79 | 0.65 | 0.71 |
| Hex | C5 | E5 | 84 | E | 0 | 2A | A | 50 | 41 | 47 |
| Octal | 305 | 345 | 204 | 16 | 0 | 52 | 12 | 120 | 101 | 107 |
| Binary | 11000101 | 11100101 | 10000100 | 1110 | 0 | 101010 | 1010 | 1010000 | 1000001 | 1000111 |
Color Harmonies of #C5E584
Complementary color
Monochromatic Colors of #C5E584
Black with #C5E584
Text Example
Text Example
White with #C5E584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E584; }
p { color: rgb(197,229,132); }
H1.HeaderClassName
{
color: #C5E584;
}
.AnyTagClassName
{
color: #C5E584;
}
</style>
background-color css
<style>
a { background-color: #C5E584; }
a { background-color: rgb(197,229,132); }
div.DivClassName
{
background-color: #C5E584;
}
.BgClassName
{
background-color: #C5E584;
}
</style>
border-color css
<style>
span { border-color: #C5E584; }
span { border-color: rgb(197,229,132); }
td.TdClassName
{
border-color: #C5E584;
}
.TagClassName
{
border-color: #C5E584;
}
</style>