Shades of Sulu #C5E06D
Tints of Sulu #C5E06D
RGB
CMYK
RGB Variations
Color information
#C5E06D (or 0xC5E06D) is known color: Sulu. HEX triplet: C5, E0 and 6D. RGB value is (197,224,109). Sum of RGB (Red+Green+Blue) = 197+224+109=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E06D is #3A1F92. Grayscale: #CBCBCB. Windows color (decimal): -3809171 or 7200965. OLE color: 7200965.
HSL color Cylindrical-coordinate representation of color #C5E06D: hue angle of 74.09º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5E06D is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 109 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.12 |
| HSL | 74.09º | 0.65% | 0.65% | - |
| HSV(B) | 74.09º | 0.51% | 0.88% | - |
| XYZ | 52.44 | 66.29 | 24.5 | - |
| YUV | 202.82 | 75.05 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 109 | 0.12 | 0 | 0.51 | 0.12 | 74.09 | 0.65 | 0.65 |
| Hex | C5 | E0 | 6D | C | 0 | 33 | C | 4A | 41 | 41 |
| Octal | 305 | 340 | 155 | 14 | 0 | 63 | 14 | 112 | 101 | 101 |
| Binary | 11000101 | 11100000 | 1101101 | 1100 | 0 | 110011 | 1100 | 1001010 | 1000001 | 1000001 |
Color Harmonies of #C5E06D
Complementary color
Monochromatic Colors of #C5E06D
Black with #C5E06D
Text Example
Text Example
White with #C5E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E06D; }
p { color: rgb(197,224,109); }
H1.HeaderClassName
{
color: #C5E06D;
}
.AnyTagClassName
{
color: #C5E06D;
}
</style>
background-color css
<style>
a { background-color: #C5E06D; }
a { background-color: rgb(197,224,109); }
div.DivClassName
{
background-color: #C5E06D;
}
.BgClassName
{
background-color: #C5E06D;
}
</style>
border-color css
<style>
span { border-color: #C5E06D; }
span { border-color: rgb(197,224,109); }
td.TdClassName
{
border-color: #C5E06D;
}
.TagClassName
{
border-color: #C5E06D;
}
</style>