Shades of Las Palmas #C5D04A
Tints of Las Palmas #C5D04A
RGB
CMYK
RGB Variations
Color information
#C5D04A (or 0xC5D04A) is known color: Las Palmas. HEX triplet: C5, D0 and 4A. RGB value is (197,208,74). Sum of RGB (Red+Green+Blue) = 197+208+74=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D04A is #3A2FB5. Grayscale: #BDBDBD. Windows color (decimal): -3813302 or 4903109. OLE color: 4903109.
HSL color Cylindrical-coordinate representation of color #C5D04A: hue angle of 64.93º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5D04A is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 208 | 74 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.18 |
| HSL | 64.93º | 0.59% | 0.55% | - |
| HSV(B) | 64.93º | 0.64% | 0.82% | - |
| XYZ | 46.82 | 57.48 | 15.11 | - |
| YUV | 189.44 | 62.86 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 208 | 74 | 0.05 | 0 | 0.64 | 0.18 | 64.93 | 0.59 | 0.55 |
| Hex | C5 | D0 | 4A | 5 | 0 | 40 | 12 | 41 | 3B | 37 |
| Octal | 305 | 320 | 112 | 5 | 0 | 100 | 22 | 101 | 73 | 67 |
| Binary | 11000101 | 11010000 | 1001010 | 101 | 0 | 1000000 | 10010 | 1000001 | 111011 | 110111 |
Color Harmonies of #C5D04A
Complementary color
Monochromatic Colors of #C5D04A
Black with #C5D04A
Text Example
Text Example
White with #C5D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D04A; }
p { color: rgb(197,208,74); }
H1.HeaderClassName
{
color: #C5D04A;
}
.AnyTagClassName
{
color: #C5D04A;
}
</style>
background-color css
<style>
a { background-color: #C5D04A; }
a { background-color: rgb(197,208,74); }
div.DivClassName
{
background-color: #C5D04A;
}
.BgClassName
{
background-color: #C5D04A;
}
</style>
border-color css
<style>
span { border-color: #C5D04A; }
span { border-color: rgb(197,208,74); }
td.TdClassName
{
border-color: #C5D04A;
}
.TagClassName
{
border-color: #C5D04A;
}
</style>