Shades of Sulu #C5E690
Tints of Sulu #C5E690
RGB
CMYK
RGB Variations
Color information
#C5E690 (or 0xC5E690) is known color: Sulu. HEX triplet: C5, E6 and 90. RGB value is (197,230,144). Sum of RGB (Red+Green+Blue) = 197+230+144=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5E690 is #3A196F. Grayscale: #D2D2D2. Windows color (decimal): -3807600 or 9496261. OLE color: 9496261.
HSL color Cylindrical-coordinate representation of color #C5E690: hue angle of 83.02º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5E690 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 230 | 144 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.10 |
| HSL | 83.02º | 0.63% | 0.73% | - |
| HSV(B) | 83.02º | 0.37% | 0.9% | - |
| XYZ | 56.36 | 70.48 | 37.02 | - |
| YUV | 210.33 | 90.57 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 230 | 144 | 0.14 | 0 | 0.37 | 0.10 | 83.02 | 0.63 | 0.73 |
| Hex | C5 | E6 | 90 | E | 0 | 25 | A | 53 | 3F | 49 |
| Octal | 305 | 346 | 220 | 16 | 0 | 45 | 12 | 123 | 77 | 111 |
| Binary | 11000101 | 11100110 | 10010000 | 1110 | 0 | 100101 | 1010 | 1010011 | 111111 | 1001001 |
Color Harmonies of #C5E690
Complementary color
Monochromatic Colors of #C5E690
Black with #C5E690
Text Example
Text Example
White with #C5E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E690; }
p { color: rgb(197,230,144); }
H1.HeaderClassName
{
color: #C5E690;
}
.AnyTagClassName
{
color: #C5E690;
}
</style>
background-color css
<style>
a { background-color: #C5E690; }
a { background-color: rgb(197,230,144); }
div.DivClassName
{
background-color: #C5E690;
}
.BgClassName
{
background-color: #C5E690;
}
</style>
border-color css
<style>
span { border-color: #C5E690; }
span { border-color: rgb(197,230,144); }
td.TdClassName
{
border-color: #C5E690;
}
.TagClassName
{
border-color: #C5E690;
}
</style>