Shades of Las Palmas #C4DD41
Tints of Las Palmas #C4DD41
RGB
CMYK
RGB Variations
Color information
#C4DD41 (or 0xC4DD41) is known color: Las Palmas. HEX triplet: C4, DD and 41. RGB value is (196,221,65). Sum of RGB (Red+Green+Blue) = 196+221+65=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 65 (25.78% from 255 or 13.49% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DD41 is #3B22BE. Grayscale: #C4C4C4. Windows color (decimal): -3875519 or 4316612. OLE color: 4316612.
HSL color Cylindrical-coordinate representation of color #C4DD41: hue angle of 69.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4DD41 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 221 | 65 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.13 |
| HSL | 69.62º | 0.7% | 0.56% | - |
| HSV(B) | 69.62º | 0.71% | 0.87% | - |
| XYZ | 49.58 | 63.83 | 14.71 | - |
| YUV | 195.74 | 54.22 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 65 | 0.11 | 0 | 0.71 | 0.13 | 69.62 | 0.7 | 0.56 |
| Hex | C4 | DD | 41 | B | 0 | 47 | D | 46 | 46 | 38 |
| Octal | 304 | 335 | 101 | 13 | 0 | 107 | 15 | 106 | 106 | 70 |
| Binary | 11000100 | 11011101 | 1000001 | 1011 | 0 | 1000111 | 1101 | 1000110 | 1000110 | 111000 |
Color Harmonies of #C4DD41
Complementary color
Monochromatic Colors of #C4DD41
Black with #C4DD41
Text Example
Text Example
White with #C4DD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DD41; }
p { color: rgb(196,221,65); }
H1.HeaderClassName
{
color: #C4DD41;
}
.AnyTagClassName
{
color: #C4DD41;
}
</style>
background-color css
<style>
a { background-color: #C4DD41; }
a { background-color: rgb(196,221,65); }
div.DivClassName
{
background-color: #C4DD41;
}
.BgClassName
{
background-color: #C4DD41;
}
</style>
border-color css
<style>
span { border-color: #C4DD41; }
span { border-color: rgb(196,221,65); }
td.TdClassName
{
border-color: #C4DD41;
}
.TagClassName
{
border-color: #C4DD41;
}
</style>