Shades of Las Palmas #C4DA41
Tints of Las Palmas #C4DA41
RGB
CMYK
RGB Variations
Color information
#C4DA41 (or 0xC4DA41) is known color: Las Palmas. HEX triplet: C4, DA and 41. RGB value is (196,218,65). Sum of RGB (Red+Green+Blue) = 196+218+65=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DA41 is #3B25BE. Grayscale: #C2C2C2. Windows color (decimal): -3876287 or 4315844. OLE color: 4315844.
HSL color Cylindrical-coordinate representation of color #C4DA41: hue angle of 68.63º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4DA41 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 65 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.15 |
| HSL | 68.63º | 0.67% | 0.55% | - |
| HSV(B) | 68.63º | 0.7% | 0.85% | - |
| XYZ | 48.79 | 62.26 | 14.45 | - |
| YUV | 193.98 | 55.21 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 65 | 0.10 | 0 | 0.70 | 0.15 | 68.63 | 0.67 | 0.55 |
| Hex | C4 | DA | 41 | A | 0 | 46 | F | 45 | 43 | 37 |
| Octal | 304 | 332 | 101 | 12 | 0 | 106 | 17 | 105 | 103 | 67 |
| Binary | 11000100 | 11011010 | 1000001 | 1010 | 0 | 1000110 | 1111 | 1000101 | 1000011 | 110111 |
Color Harmonies of #C4DA41
Complementary color
Monochromatic Colors of #C4DA41
Black with #C4DA41
Text Example
Text Example
White with #C4DA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DA41; }
p { color: rgb(196,218,65); }
H1.HeaderClassName
{
color: #C4DA41;
}
.AnyTagClassName
{
color: #C4DA41;
}
</style>
background-color css
<style>
a { background-color: #C4DA41; }
a { background-color: rgb(196,218,65); }
div.DivClassName
{
background-color: #C4DA41;
}
.BgClassName
{
background-color: #C4DA41;
}
</style>
border-color css
<style>
span { border-color: #C4DA41; }
span { border-color: rgb(196,218,65); }
td.TdClassName
{
border-color: #C4DA41;
}
.TagClassName
{
border-color: #C4DA41;
}
</style>