Shades of Sulu #C5E36A
Tints of Sulu #C5E36A
RGB
CMYK
RGB Variations
Color information
#C5E36A (or 0xC5E36A) is known color: Sulu. HEX triplet: C5, E3 and 6A. RGB value is (197,227,106). Sum of RGB (Red+Green+Blue) = 197+227+106=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E36A is #3A1C95. Grayscale: #CCCCCC. Windows color (decimal): -3808406 or 7005125. OLE color: 7005125.
HSL color Cylindrical-coordinate representation of color #C5E36A: hue angle of 74.88º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5E36A is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 106 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.11 |
| HSL | 74.88º | 0.68% | 0.65% | - |
| HSV(B) | 74.88º | 0.53% | 0.89% | - |
| XYZ | 53.1 | 67.85 | 23.93 | - |
| YUV | 204.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 106 | 0.13 | 0 | 0.53 | 0.11 | 74.88 | 0.68 | 0.65 |
| Hex | C5 | E3 | 6A | D | 0 | 35 | B | 4B | 44 | 41 |
| Octal | 305 | 343 | 152 | 15 | 0 | 65 | 13 | 113 | 104 | 101 |
| Binary | 11000101 | 11100011 | 1101010 | 1101 | 0 | 110101 | 1011 | 1001011 | 1000100 | 1000001 |
Color Harmonies of #C5E36A
Complementary color
Monochromatic Colors of #C5E36A
Black with #C5E36A
Text Example
Text Example
White with #C5E36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E36A; }
p { color: rgb(197,227,106); }
H1.HeaderClassName
{
color: #C5E36A;
}
.AnyTagClassName
{
color: #C5E36A;
}
</style>
background-color css
<style>
a { background-color: #C5E36A; }
a { background-color: rgb(197,227,106); }
div.DivClassName
{
background-color: #C5E36A;
}
.BgClassName
{
background-color: #C5E36A;
}
</style>
border-color css
<style>
span { border-color: #C5E36A; }
span { border-color: rgb(197,227,106); }
td.TdClassName
{
border-color: #C5E36A;
}
.TagClassName
{
border-color: #C5E36A;
}
</style>