Shades of Las Palmas #C4D24A
Tints of Las Palmas #C4D24A
RGB
CMYK
RGB Variations
Color information
#C4D24A (or 0xC4D24A) is known color: Las Palmas. HEX triplet: C4, D2 and 4A. RGB value is (196,210,74). Sum of RGB (Red+Green+Blue) = 196+210+74=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D24A is #3B2DB5. Grayscale: #BEBEBE. Windows color (decimal): -3878326 or 4903620. OLE color: 4903620.
HSL color Cylindrical-coordinate representation of color #C4D24A: hue angle of 66.18º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4D24A is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 74 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.18 |
| HSL | 66.18º | 0.6% | 0.56% | - |
| HSV(B) | 66.18º | 0.65% | 0.82% | - |
| XYZ | 47.05 | 58.32 | 15.26 | - |
| YUV | 190.31 | 62.36 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 74 | 0.07 | 0 | 0.65 | 0.18 | 66.18 | 0.6 | 0.56 |
| Hex | C4 | D2 | 4A | 7 | 0 | 41 | 12 | 42 | 3C | 38 |
| Octal | 304 | 322 | 112 | 7 | 0 | 101 | 22 | 102 | 74 | 70 |
| Binary | 11000100 | 11010010 | 1001010 | 111 | 0 | 1000001 | 10010 | 1000010 | 111100 | 111000 |
Color Harmonies of #C4D24A
Complementary color
Monochromatic Colors of #C4D24A
Black with #C4D24A
Text Example
Text Example
White with #C4D24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D24A; }
p { color: rgb(196,210,74); }
H1.HeaderClassName
{
color: #C4D24A;
}
.AnyTagClassName
{
color: #C4D24A;
}
</style>
background-color css
<style>
a { background-color: #C4D24A; }
a { background-color: rgb(196,210,74); }
div.DivClassName
{
background-color: #C4D24A;
}
.BgClassName
{
background-color: #C4D24A;
}
</style>
border-color css
<style>
span { border-color: #C4D24A; }
span { border-color: rgb(196,210,74); }
td.TdClassName
{
border-color: #C4D24A;
}
.TagClassName
{
border-color: #C4D24A;
}
</style>