Shades of Las Palmas #C4D845
Tints of Las Palmas #C4D845
RGB
CMYK
RGB Variations
Color information
#C4D845 (or 0xC4D845) is known color: Las Palmas. HEX triplet: C4, D8 and 45. RGB value is (196,216,69). Sum of RGB (Red+Green+Blue) = 196+216+69=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D845 is #3B27BA. Grayscale: #C1C1C1. Windows color (decimal): -3876795 or 4577476. OLE color: 4577476.
HSL color Cylindrical-coordinate representation of color #C4D845: hue angle of 68.16º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4D845 is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 69 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.15 |
| HSL | 68.16º | 0.65% | 0.56% | - |
| HSV(B) | 68.16º | 0.68% | 0.85% | - |
| XYZ | 48.4 | 61.28 | 14.91 | - |
| YUV | 193.26 | 57.87 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 69 | 0.09 | 0 | 0.68 | 0.15 | 68.16 | 0.65 | 0.56 |
| Hex | C4 | D8 | 45 | 9 | 0 | 44 | F | 44 | 41 | 38 |
| Octal | 304 | 330 | 105 | 11 | 0 | 104 | 17 | 104 | 101 | 70 |
| Binary | 11000100 | 11011000 | 1000101 | 1001 | 0 | 1000100 | 1111 | 1000100 | 1000001 | 111000 |
Color Harmonies of #C4D845
Complementary color
Monochromatic Colors of #C4D845
Black with #C4D845
Text Example
Text Example
White with #C4D845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D845; }
p { color: rgb(196,216,69); }
H1.HeaderClassName
{
color: #C4D845;
}
.AnyTagClassName
{
color: #C4D845;
}
</style>
background-color css
<style>
a { background-color: #C4D845; }
a { background-color: rgb(196,216,69); }
div.DivClassName
{
background-color: #C4D845;
}
.BgClassName
{
background-color: #C4D845;
}
</style>
border-color css
<style>
span { border-color: #C4D845; }
span { border-color: rgb(196,216,69); }
td.TdClassName
{
border-color: #C4D845;
}
.TagClassName
{
border-color: #C4D845;
}
</style>