Shades of Sulu #C5E079
Tints of Sulu #C5E079
RGB
CMYK
RGB Variations
Color information
#C5E079 (or 0xC5E079) is known color: Sulu. HEX triplet: C5, E0 and 79. RGB value is (197,224,121). Sum of RGB (Red+Green+Blue) = 197+224+121=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E079 is #3A1F86. Grayscale: #CCCCCC. Windows color (decimal): -3809159 or 7987397. OLE color: 7987397.
HSL color Cylindrical-coordinate representation of color #C5E079: hue angle of 75.73º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5E079 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 121 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.12 |
| HSL | 75.73º | 0.62% | 0.68% | - |
| HSV(B) | 75.73º | 0.46% | 0.88% | - |
| XYZ | 53.13 | 66.56 | 28.14 | - |
| YUV | 204.19 | 81.05 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 121 | 0.12 | 0 | 0.46 | 0.12 | 75.73 | 0.62 | 0.68 |
| Hex | C5 | E0 | 79 | C | 0 | 2E | C | 4C | 3E | 44 |
| Octal | 305 | 340 | 171 | 14 | 0 | 56 | 14 | 114 | 76 | 104 |
| Binary | 11000101 | 11100000 | 1111001 | 1100 | 0 | 101110 | 1100 | 1001100 | 111110 | 1000100 |
Color Harmonies of #C5E079
Complementary color
Monochromatic Colors of #C5E079
Black with #C5E079
Text Example
Text Example
White with #C5E079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E079; }
p { color: rgb(197,224,121); }
H1.HeaderClassName
{
color: #C5E079;
}
.AnyTagClassName
{
color: #C5E079;
}
</style>
background-color css
<style>
a { background-color: #C5E079; }
a { background-color: rgb(197,224,121); }
div.DivClassName
{
background-color: #C5E079;
}
.BgClassName
{
background-color: #C5E079;
}
</style>
border-color css
<style>
span { border-color: #C5E079; }
span { border-color: rgb(197,224,121); }
td.TdClassName
{
border-color: #C5E079;
}
.TagClassName
{
border-color: #C5E079;
}
</style>