Shades of Sulu #C5E190
Tints of Sulu #C5E190
RGB
CMYK
RGB Variations
Color information
#C5E190 (or 0xC5E190) is known color: Sulu. HEX triplet: C5, E1 and 90. RGB value is (197,225,144). Sum of RGB (Red+Green+Blue) = 197+225+144=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E190 is #3A1E6F. Grayscale: #CFCFCF. Windows color (decimal): -3808880 or 9494981. OLE color: 9494981.
HSL color Cylindrical-coordinate representation of color #C5E190: hue angle of 80.74º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5E190 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 144 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.12 |
| HSL | 80.74º | 0.57% | 0.72% | - |
| HSV(B) | 80.74º | 0.36% | 0.88% | - |
| XYZ | 54.99 | 67.73 | 36.56 | - |
| YUV | 207.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 144 | 0.12 | 0 | 0.36 | 0.12 | 80.74 | 0.57 | 0.72 |
| Hex | C5 | E1 | 90 | C | 0 | 24 | C | 51 | 39 | 48 |
| Octal | 305 | 341 | 220 | 14 | 0 | 44 | 14 | 121 | 71 | 110 |
| Binary | 11000101 | 11100001 | 10010000 | 1100 | 0 | 100100 | 1100 | 1010001 | 111001 | 1001000 |
Color Harmonies of #C5E190
Complementary color
Monochromatic Colors of #C5E190
Black with #C5E190
Text Example
Text Example
White with #C5E190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E190; }
p { color: rgb(197,225,144); }
H1.HeaderClassName
{
color: #C5E190;
}
.AnyTagClassName
{
color: #C5E190;
}
</style>
background-color css
<style>
a { background-color: #C5E190; }
a { background-color: rgb(197,225,144); }
div.DivClassName
{
background-color: #C5E190;
}
.BgClassName
{
background-color: #C5E190;
}
</style>
border-color css
<style>
span { border-color: #C5E190; }
span { border-color: rgb(197,225,144); }
td.TdClassName
{
border-color: #C5E190;
}
.TagClassName
{
border-color: #C5E190;
}
</style>