Shades of Sulu #C5E48D
Tints of Sulu #C5E48D
RGB
CMYK
RGB Variations
Color information
#C5E48D (or 0xC5E48D) is known color: Sulu. HEX triplet: C5, E4 and 8D. RGB value is (197,228,141). Sum of RGB (Red+Green+Blue) = 197+228+141=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 141 (55.47% from 255 or 24.91% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E48D is #3A1B72. Grayscale: #D1D1D1. Windows color (decimal): -3808115 or 9299141. OLE color: 9299141.
HSL color Cylindrical-coordinate representation of color #C5E48D: hue angle of 81.38º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5E48D is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 228 | 141 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.11 |
| HSL | 81.38º | 0.62% | 0.72% | - |
| HSV(B) | 81.38º | 0.38% | 0.89% | - |
| XYZ | 55.58 | 69.28 | 35.64 | - |
| YUV | 208.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 228 | 141 | 0.14 | 0 | 0.38 | 0.11 | 81.38 | 0.62 | 0.72 |
| Hex | C5 | E4 | 8D | E | 0 | 26 | B | 51 | 3E | 48 |
| Octal | 305 | 344 | 215 | 16 | 0 | 46 | 13 | 121 | 76 | 110 |
| Binary | 11000101 | 11100100 | 10001101 | 1110 | 0 | 100110 | 1011 | 1010001 | 111110 | 1001000 |
Color Harmonies of #C5E48D
Complementary color
Monochromatic Colors of #C5E48D
Black with #C5E48D
Text Example
Text Example
White with #C5E48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E48D; }
p { color: rgb(197,228,141); }
H1.HeaderClassName
{
color: #C5E48D;
}
.AnyTagClassName
{
color: #C5E48D;
}
</style>
background-color css
<style>
a { background-color: #C5E48D; }
a { background-color: rgb(197,228,141); }
div.DivClassName
{
background-color: #C5E48D;
}
.BgClassName
{
background-color: #C5E48D;
}
</style>
border-color css
<style>
span { border-color: #C5E48D; }
span { border-color: rgb(197,228,141); }
td.TdClassName
{
border-color: #C5E48D;
}
.TagClassName
{
border-color: #C5E48D;
}
</style>