Shades of Las Palmas #C5E22D
Tints of Las Palmas #C5E22D
RGB
CMYK
RGB Variations
Color information
#C5E22D (or 0xC5E22D) is known color: Las Palmas. HEX triplet: C5, E2 and 2D. RGB value is (197,226,45). Sum of RGB (Red+Green+Blue) = 197+226+45=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E22D is #3A1DD2. Grayscale: #C5C5C5. Windows color (decimal): -3808723 or 3007173. OLE color: 3007173.
HSL color Cylindrical-coordinate representation of color #C5E22D: hue angle of 69.61º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5E22D is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 226 | 45 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.11 |
| HSL | 69.61º | 0.76% | 0.53% | - |
| HSV(B) | 69.61º | 0.8% | 0.89% | - |
| XYZ | 50.7 | 66.45 | 12.64 | - |
| YUV | 196.7 | 42.39 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 226 | 45 | 0.13 | 0 | 0.80 | 0.11 | 69.61 | 0.76 | 0.53 |
| Hex | C5 | E2 | 2D | D | 0 | 50 | B | 46 | 4C | 35 |
| Octal | 305 | 342 | 55 | 15 | 0 | 120 | 13 | 106 | 114 | 65 |
| Binary | 11000101 | 11100010 | 101101 | 1101 | 0 | 1010000 | 1011 | 1000110 | 1001100 | 110101 |
Color Harmonies of #C5E22D
Complementary color
Monochromatic Colors of #C5E22D
Black with #C5E22D
Text Example
Text Example
White with #C5E22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E22D; }
p { color: rgb(197,226,45); }
H1.HeaderClassName
{
color: #C5E22D;
}
.AnyTagClassName
{
color: #C5E22D;
}
</style>
background-color css
<style>
a { background-color: #C5E22D; }
a { background-color: rgb(197,226,45); }
div.DivClassName
{
background-color: #C5E22D;
}
.BgClassName
{
background-color: #C5E22D;
}
</style>
border-color css
<style>
span { border-color: #C5E22D; }
span { border-color: rgb(197,226,45); }
td.TdClassName
{
border-color: #C5E22D;
}
.TagClassName
{
border-color: #C5E22D;
}
</style>