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