Shades of Las Palmas #C5EF47
Tints of Las Palmas #C5EF47
RGB
CMYK
RGB Variations
Color information
#C5EF47 (or 0xC5EF47) is known color: Las Palmas. HEX triplet: C5, EF and 47. RGB value is (197,239,71). Sum of RGB (Red+Green+Blue) = 197+239+71=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EF47 is #3A10B8. Grayscale: #CFCFCF. Windows color (decimal): -3805369 or 4714437. OLE color: 4714437.
HSL color Cylindrical-coordinate representation of color #C5EF47: hue angle of 75º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5EF47 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 71 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.06 |
| HSL | 75º | 0.84% | 0.61% | - |
| HSV(B) | 75º | 0.7% | 0.94% | - |
| XYZ | 55.03 | 74.06 | 17.36 | - |
| YUV | 207.29 | 51.09 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 71 | 0.18 | 0 | 0.70 | 0.06 | 75 | 0.84 | 0.61 |
| Hex | C5 | EF | 47 | 12 | 0 | 46 | 6 | 4B | 54 | 3D |
| Octal | 305 | 357 | 107 | 22 | 0 | 106 | 6 | 113 | 124 | 75 |
| Binary | 11000101 | 11101111 | 1000111 | 10010 | 0 | 1000110 | 110 | 1001011 | 1010100 | 111101 |
Color Harmonies of #C5EF47
Complementary color
Monochromatic Colors of #C5EF47
Black with #C5EF47
Text Example
Text Example
White with #C5EF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF47; }
p { color: rgb(197,239,71); }
H1.HeaderClassName
{
color: #C5EF47;
}
.AnyTagClassName
{
color: #C5EF47;
}
</style>
background-color css
<style>
a { background-color: #C5EF47; }
a { background-color: rgb(197,239,71); }
div.DivClassName
{
background-color: #C5EF47;
}
.BgClassName
{
background-color: #C5EF47;
}
</style>
border-color css
<style>
span { border-color: #C5EF47; }
span { border-color: rgb(197,239,71); }
td.TdClassName
{
border-color: #C5EF47;
}
.TagClassName
{
border-color: #C5EF47;
}
</style>