Shades of Las Palmas #C4DA3A
Tints of Las Palmas #C4DA3A
RGB
CMYK
RGB Variations
Color information
#C4DA3A (or 0xC4DA3A) is known color: Las Palmas. HEX triplet: C4, DA and 3A. RGB value is (196,218,58). Sum of RGB (Red+Green+Blue) = 196+218+58=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DA3A is #3B25C5. Grayscale: #C1C1C1. Windows color (decimal): -3876294 or 3857092. OLE color: 3857092.
HSL color Cylindrical-coordinate representation of color #C4DA3A: hue angle of 68.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4DA3A is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 58 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.15 |
| HSL | 68.25º | 0.68% | 0.54% | - |
| HSV(B) | 68.25º | 0.73% | 0.85% | - |
| XYZ | 48.6 | 62.18 | 13.44 | - |
| YUV | 193.18 | 51.71 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 58 | 0.10 | 0 | 0.73 | 0.15 | 68.25 | 0.68 | 0.54 |
| Hex | C4 | DA | 3A | A | 0 | 49 | F | 44 | 44 | 36 |
| Octal | 304 | 332 | 72 | 12 | 0 | 111 | 17 | 104 | 104 | 66 |
| Binary | 11000100 | 11011010 | 111010 | 1010 | 0 | 1001001 | 1111 | 1000100 | 1000100 | 110110 |
Color Harmonies of #C4DA3A
Complementary color
Monochromatic Colors of #C4DA3A
Black with #C4DA3A
Text Example
Text Example
White with #C4DA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DA3A; }
p { color: rgb(196,218,58); }
H1.HeaderClassName
{
color: #C4DA3A;
}
.AnyTagClassName
{
color: #C4DA3A;
}
</style>
background-color css
<style>
a { background-color: #C4DA3A; }
a { background-color: rgb(196,218,58); }
div.DivClassName
{
background-color: #C4DA3A;
}
.BgClassName
{
background-color: #C4DA3A;
}
</style>
border-color css
<style>
span { border-color: #C4DA3A; }
span { border-color: rgb(196,218,58); }
td.TdClassName
{
border-color: #C4DA3A;
}
.TagClassName
{
border-color: #C4DA3A;
}
</style>