Shades of Sulu #C5E58C
Tints of Sulu #C5E58C
RGB
CMYK
RGB Variations
Color information
#C5E58C (or 0xC5E58C) is known color: Sulu. HEX triplet: C5, E5 and 8C. RGB value is (197,229,140). Sum of RGB (Red+Green+Blue) = 197+229+140=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E58C is #3A1A73. Grayscale: #D1D1D1. Windows color (decimal): -3807860 or 9233861. OLE color: 9233861.
HSL color Cylindrical-coordinate representation of color #C5E58C: hue angle of 81.57º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5E58C is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 140 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.10 |
| HSL | 81.57º | 0.63% | 0.72% | - |
| HSV(B) | 81.57º | 0.39% | 0.9% | - |
| XYZ | 55.78 | 69.8 | 35.34 | - |
| YUV | 209.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 140 | 0.14 | 0 | 0.39 | 0.10 | 81.57 | 0.63 | 0.72 |
| Hex | C5 | E5 | 8C | E | 0 | 27 | A | 52 | 3F | 48 |
| Octal | 305 | 345 | 214 | 16 | 0 | 47 | 12 | 122 | 77 | 110 |
| Binary | 11000101 | 11100101 | 10001100 | 1110 | 0 | 100111 | 1010 | 1010010 | 111111 | 1001000 |
Color Harmonies of #C5E58C
Complementary color
Monochromatic Colors of #C5E58C
Black with #C5E58C
Text Example
Text Example
White with #C5E58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E58C; }
p { color: rgb(197,229,140); }
H1.HeaderClassName
{
color: #C5E58C;
}
.AnyTagClassName
{
color: #C5E58C;
}
</style>
background-color css
<style>
a { background-color: #C5E58C; }
a { background-color: rgb(197,229,140); }
div.DivClassName
{
background-color: #C5E58C;
}
.BgClassName
{
background-color: #C5E58C;
}
</style>
border-color css
<style>
span { border-color: #C5E58C; }
span { border-color: rgb(197,229,140); }
td.TdClassName
{
border-color: #C5E58C;
}
.TagClassName
{
border-color: #C5E58C;
}
</style>