Shades of Sulu #C5E090
Tints of Sulu #C5E090
RGB
CMYK
RGB Variations
Color information
#C5E090 (or 0xC5E090) is known color: Sulu. HEX triplet: C5, E0 and 90. RGB value is (197,224,144). Sum of RGB (Red+Green+Blue) = 197+224+144=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5E090 is #3A1F6F. Grayscale: #CFCFCF. Windows color (decimal): -3809136 or 9494725. OLE color: 9494725.
HSL color Cylindrical-coordinate representation of color #C5E090: hue angle of 80.25º degrees, saturation: 0.56, 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 #C5E090 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 144 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.12 |
| HSL | 80.25º | 0.56% | 0.72% | - |
| HSV(B) | 80.25º | 0.36% | 0.88% | - |
| XYZ | 54.72 | 67.2 | 36.47 | - |
| YUV | 206.81 | 92.55 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 144 | 0.12 | 0 | 0.36 | 0.12 | 80.25 | 0.56 | 0.72 |
| Hex | C5 | E0 | 90 | C | 0 | 24 | C | 50 | 38 | 48 |
| Octal | 305 | 340 | 220 | 14 | 0 | 44 | 14 | 120 | 70 | 110 |
| Binary | 11000101 | 11100000 | 10010000 | 1100 | 0 | 100100 | 1100 | 1010000 | 111000 | 1001000 |
Color Harmonies of #C5E090
Complementary color
Monochromatic Colors of #C5E090
Black with #C5E090
Text Example
Text Example
White with #C5E090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E090; }
p { color: rgb(197,224,144); }
H1.HeaderClassName
{
color: #C5E090;
}
.AnyTagClassName
{
color: #C5E090;
}
</style>
background-color css
<style>
a { background-color: #C5E090; }
a { background-color: rgb(197,224,144); }
div.DivClassName
{
background-color: #C5E090;
}
.BgClassName
{
background-color: #C5E090;
}
</style>
border-color css
<style>
span { border-color: #C5E090; }
span { border-color: rgb(197,224,144); }
td.TdClassName
{
border-color: #C5E090;
}
.TagClassName
{
border-color: #C5E090;
}
</style>