Shades of Las Palmas #C4DA3C
Tints of Las Palmas #C4DA3C
RGB
CMYK
RGB Variations
Color information
#C4DA3C (or 0xC4DA3C) is known color: Las Palmas. HEX triplet: C4, DA and 3C. RGB value is (196,218,60). Sum of RGB (Red+Green+Blue) = 196+218+60=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DA3C is #3B25C3. Grayscale: #C2C2C2. Windows color (decimal): -3876292 or 3988164. OLE color: 3988164.
HSL color Cylindrical-coordinate representation of color #C4DA3C: hue angle of 68.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4DA3C is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 60 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.15 |
| HSL | 68.35º | 0.68% | 0.55% | - |
| HSV(B) | 68.35º | 0.72% | 0.85% | - |
| XYZ | 48.65 | 62.2 | 13.72 | - |
| YUV | 193.41 | 52.71 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 60 | 0.10 | 0 | 0.72 | 0.15 | 68.35 | 0.68 | 0.55 |
| Hex | C4 | DA | 3C | A | 0 | 48 | F | 44 | 44 | 37 |
| Octal | 304 | 332 | 74 | 12 | 0 | 110 | 17 | 104 | 104 | 67 |
| Binary | 11000100 | 11011010 | 111100 | 1010 | 0 | 1001000 | 1111 | 1000100 | 1000100 | 110111 |
Color Harmonies of #C4DA3C
Complementary color
Monochromatic Colors of #C4DA3C
Black with #C4DA3C
Text Example
Text Example
White with #C4DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DA3C; }
p { color: rgb(196,218,60); }
H1.HeaderClassName
{
color: #C4DA3C;
}
.AnyTagClassName
{
color: #C4DA3C;
}
</style>
background-color css
<style>
a { background-color: #C4DA3C; }
a { background-color: rgb(196,218,60); }
div.DivClassName
{
background-color: #C4DA3C;
}
.BgClassName
{
background-color: #C4DA3C;
}
</style>
border-color css
<style>
span { border-color: #C4DA3C; }
span { border-color: rgb(196,218,60); }
td.TdClassName
{
border-color: #C4DA3C;
}
.TagClassName
{
border-color: #C4DA3C;
}
</style>