Shades of Las Palmas #C7D14A
Tints of Las Palmas #C7D14A
RGB
CMYK
RGB Variations
Color information
#C7D14A (or 0xC7D14A) is known color: Las Palmas. HEX triplet: C7, D1 and 4A. RGB value is (199,209,74). Sum of RGB (Red+Green+Blue) = 199+209+74=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D14A is #382EB5. Grayscale: #BFBFBF. Windows color (decimal): -3681974 or 4903367. OLE color: 4903367.
HSL color Cylindrical-coordinate representation of color #C7D14A: hue angle of 64.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7D14A is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 209 | 74 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.18 |
| HSL | 64.44º | 0.59% | 0.55% | - |
| HSV(B) | 64.44º | 0.65% | 0.82% | - |
| XYZ | 47.59 | 58.24 | 15.21 | - |
| YUV | 190.62 | 62.19 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 209 | 74 | 0.05 | 0 | 0.65 | 0.18 | 64.44 | 0.59 | 0.55 |
| Hex | C7 | D1 | 4A | 5 | 0 | 41 | 12 | 40 | 3B | 37 |
| Octal | 307 | 321 | 112 | 5 | 0 | 101 | 22 | 100 | 73 | 67 |
| Binary | 11000111 | 11010001 | 1001010 | 101 | 0 | 1000001 | 10010 | 1000000 | 111011 | 110111 |
Color Harmonies of #C7D14A
Complementary color
Monochromatic Colors of #C7D14A
Black with #C7D14A
Text Example
Text Example
White with #C7D14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D14A; }
p { color: rgb(199,209,74); }
H1.HeaderClassName
{
color: #C7D14A;
}
.AnyTagClassName
{
color: #C7D14A;
}
</style>
background-color css
<style>
a { background-color: #C7D14A; }
a { background-color: rgb(199,209,74); }
div.DivClassName
{
background-color: #C7D14A;
}
.BgClassName
{
background-color: #C7D14A;
}
</style>
border-color css
<style>
span { border-color: #C7D14A; }
span { border-color: rgb(199,209,74); }
td.TdClassName
{
border-color: #C7D14A;
}
.TagClassName
{
border-color: #C7D14A;
}
</style>