Shades of Las Palmas #C5E347
Tints of Las Palmas #C5E347
RGB
CMYK
RGB Variations
Color information
#C5E347 (or 0xC5E347) is known color: Las Palmas. HEX triplet: C5, E3 and 47. RGB value is (197,227,71). Sum of RGB (Red+Green+Blue) = 197+227+71=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 71 (28.12% from 255 or 14.34% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E347 is #3A1CB8. Grayscale: #C8C8C8. Windows color (decimal): -3808441 or 4711365. OLE color: 4711365.
HSL color Cylindrical-coordinate representation of color #C5E347: hue angle of 71.54º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5E347 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 71 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.11 |
| HSL | 71.54º | 0.74% | 0.58% | - |
| HSV(B) | 71.54º | 0.69% | 0.89% | - |
| XYZ | 51.63 | 67.26 | 16.22 | - |
| YUV | 200.25 | 55.06 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 71 | 0.13 | 0 | 0.69 | 0.11 | 71.54 | 0.74 | 0.58 |
| Hex | C5 | E3 | 47 | D | 0 | 45 | B | 48 | 4A | 3A |
| Octal | 305 | 343 | 107 | 15 | 0 | 105 | 13 | 110 | 112 | 72 |
| Binary | 11000101 | 11100011 | 1000111 | 1101 | 0 | 1000101 | 1011 | 1001000 | 1001010 | 111010 |
Color Harmonies of #C5E347
Complementary color
Monochromatic Colors of #C5E347
Black with #C5E347
Text Example
Text Example
White with #C5E347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E347; }
p { color: rgb(197,227,71); }
H1.HeaderClassName
{
color: #C5E347;
}
.AnyTagClassName
{
color: #C5E347;
}
</style>
background-color css
<style>
a { background-color: #C5E347; }
a { background-color: rgb(197,227,71); }
div.DivClassName
{
background-color: #C5E347;
}
.BgClassName
{
background-color: #C5E347;
}
</style>
border-color css
<style>
span { border-color: #C5E347; }
span { border-color: rgb(197,227,71); }
td.TdClassName
{
border-color: #C5E347;
}
.TagClassName
{
border-color: #C5E347;
}
</style>