Shades of Las Palmas #C5E14B
Tints of Las Palmas #C5E14B
RGB
CMYK
RGB Variations
Color information
#C5E14B (or 0xC5E14B) is known color: Las Palmas. HEX triplet: C5, E1 and 4B. RGB value is (197,225,75). Sum of RGB (Red+Green+Blue) = 197+225+75=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E14B is #3A1EB4. Grayscale: #C8C8C8. Windows color (decimal): -3808949 or 4972997. OLE color: 4972997.
HSL color Cylindrical-coordinate representation of color #C5E14B: hue angle of 71.2º degrees, saturation: 0.71, 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 #C5E14B is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 75 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.12 |
| HSL | 71.2º | 0.71% | 0.59% | - |
| HSV(B) | 71.2º | 0.67% | 0.88% | - |
| XYZ | 51.22 | 66.23 | 16.74 | - |
| YUV | 199.53 | 57.72 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 75 | 0.12 | 0 | 0.67 | 0.12 | 71.2 | 0.71 | 0.59 |
| Hex | C5 | E1 | 4B | C | 0 | 43 | C | 47 | 47 | 3B |
| Octal | 305 | 341 | 113 | 14 | 0 | 103 | 14 | 107 | 107 | 73 |
| Binary | 11000101 | 11100001 | 1001011 | 1100 | 0 | 1000011 | 1100 | 1000111 | 1000111 | 111011 |
Color Harmonies of #C5E14B
Complementary color
Monochromatic Colors of #C5E14B
Black with #C5E14B
Text Example
Text Example
White with #C5E14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E14B; }
p { color: rgb(197,225,75); }
H1.HeaderClassName
{
color: #C5E14B;
}
.AnyTagClassName
{
color: #C5E14B;
}
</style>
background-color css
<style>
a { background-color: #C5E14B; }
a { background-color: rgb(197,225,75); }
div.DivClassName
{
background-color: #C5E14B;
}
.BgClassName
{
background-color: #C5E14B;
}
</style>
border-color css
<style>
span { border-color: #C5E14B; }
span { border-color: rgb(197,225,75); }
td.TdClassName
{
border-color: #C5E14B;
}
.TagClassName
{
border-color: #C5E14B;
}
</style>