Shades of Las Palmas #C4DA37
Tints of Las Palmas #C4DA37
RGB
CMYK
RGB Variations
Color information
#C4DA37 (or 0xC4DA37) is known color: Las Palmas. HEX triplet: C4, DA and 37. RGB value is (196,218,55). Sum of RGB (Red+Green+Blue) = 196+218+55=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 55 (21.88% from 255 or 11.73% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DA37 is #3B25C8. Grayscale: #C1C1C1. Windows color (decimal): -3876297 or 3660484. OLE color: 3660484.
HSL color Cylindrical-coordinate representation of color #C4DA37: hue angle of 68.1º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4DA37 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 218 | 55 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.15 |
| HSL | 68.1º | 0.69% | 0.54% | - |
| HSV(B) | 68.1º | 0.75% | 0.85% | - |
| XYZ | 48.53 | 62.15 | 13.05 | - |
| YUV | 192.84 | 50.21 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 218 | 55 | 0.10 | 0 | 0.75 | 0.15 | 68.1 | 0.69 | 0.54 |
| Hex | C4 | DA | 37 | A | 0 | 4B | F | 44 | 45 | 36 |
| Octal | 304 | 332 | 67 | 12 | 0 | 113 | 17 | 104 | 105 | 66 |
| Binary | 11000100 | 11011010 | 110111 | 1010 | 0 | 1001011 | 1111 | 1000100 | 1000101 | 110110 |
Color Harmonies of #C4DA37
Complementary color
Monochromatic Colors of #C4DA37
Black with #C4DA37
Text Example
Text Example
White with #C4DA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DA37; }
p { color: rgb(196,218,55); }
H1.HeaderClassName
{
color: #C4DA37;
}
.AnyTagClassName
{
color: #C4DA37;
}
</style>
background-color css
<style>
a { background-color: #C4DA37; }
a { background-color: rgb(196,218,55); }
div.DivClassName
{
background-color: #C4DA37;
}
.BgClassName
{
background-color: #C4DA37;
}
</style>
border-color css
<style>
span { border-color: #C4DA37; }
span { border-color: rgb(196,218,55); }
td.TdClassName
{
border-color: #C4DA37;
}
.TagClassName
{
border-color: #C4DA37;
}
</style>