Shades of Las Palmas #C5E14A
Tints of Las Palmas #C5E14A
RGB
CMYK
RGB Variations
Color information
#C5E14A (or 0xC5E14A) is known color: Las Palmas. HEX triplet: C5, E1 and 4A. RGB value is (197,225,74). Sum of RGB (Red+Green+Blue) = 197+225+74=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 225 (88.28% from 255 or 45.36% from 496); Blue value is 74 (29.30% from 255 or 14.92% from 496); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E14A is #3A1EB5. Grayscale: #C7C7C7. Windows color (decimal): -3808950 or 4907461. OLE color: 4907461.
HSL color Cylindrical-coordinate representation of color #C5E14A: hue angle of 71.13º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5E14A is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 74 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.12 |
| HSL | 71.13º | 0.72% | 0.59% | - |
| HSV(B) | 71.13º | 0.67% | 0.88% | - |
| XYZ | 51.19 | 66.22 | 16.56 | - |
| YUV | 199.41 | 57.22 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 74 | 0.12 | 0 | 0.67 | 0.12 | 71.13 | 0.72 | 0.59 |
| Hex | C5 | E1 | 4A | C | 0 | 43 | C | 47 | 48 | 3B |
| Octal | 305 | 341 | 112 | 14 | 0 | 103 | 14 | 107 | 110 | 73 |
| Binary | 11000101 | 11100001 | 1001010 | 1100 | 0 | 1000011 | 1100 | 1000111 | 1001000 | 111011 |
Color Harmonies of #C5E14A
Complementary color
Monochromatic Colors of #C5E14A
Black with #C5E14A
Text Example
Text Example
White with #C5E14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E14A; }
p { color: rgb(197,225,74); }
H1.HeaderClassName
{
color: #C5E14A;
}
.AnyTagClassName
{
color: #C5E14A;
}
</style>
background-color css
<style>
a { background-color: #C5E14A; }
a { background-color: rgb(197,225,74); }
div.DivClassName
{
background-color: #C5E14A;
}
.BgClassName
{
background-color: #C5E14A;
}
</style>
border-color css
<style>
span { border-color: #C5E14A; }
span { border-color: rgb(197,225,74); }
td.TdClassName
{
border-color: #C5E14A;
}
.TagClassName
{
border-color: #C5E14A;
}
</style>