Shades of Las Palmas #C7D140
Tints of Las Palmas #C7D140
RGB
CMYK
RGB Variations
Color information
#C7D140 (or 0xC7D140) is known color: Las Palmas. HEX triplet: C7, D1 and 40. RGB value is (199,209,64). Sum of RGB (Red+Green+Blue) = 199+209+64=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 64 (25.39% from 255 or 13.56% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D140 is #382EBF. Grayscale: #BEBEBE. Windows color (decimal): -3681984 or 4248007. OLE color: 4248007.
HSL color Cylindrical-coordinate representation of color #C7D140: hue angle of 64.14º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7D140 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 209 | 64 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.18 |
| HSL | 64.14º | 0.61% | 0.54% | - |
| HSV(B) | 64.14º | 0.69% | 0.82% | - |
| XYZ | 47.28 | 58.11 | 13.58 | - |
| YUV | 189.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 209 | 64 | 0.05 | 0 | 0.69 | 0.18 | 64.14 | 0.61 | 0.54 |
| Hex | C7 | D1 | 40 | 5 | 0 | 45 | 12 | 40 | 3D | 36 |
| Octal | 307 | 321 | 100 | 5 | 0 | 105 | 22 | 100 | 75 | 66 |
| Binary | 11000111 | 11010001 | 1000000 | 101 | 0 | 1000101 | 10010 | 1000000 | 111101 | 110110 |
Color Harmonies of #C7D140
Complementary color
Monochromatic Colors of #C7D140
Black with #C7D140
Text Example
Text Example
White with #C7D140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D140; }
p { color: rgb(199,209,64); }
H1.HeaderClassName
{
color: #C7D140;
}
.AnyTagClassName
{
color: #C7D140;
}
</style>
background-color css
<style>
a { background-color: #C7D140; }
a { background-color: rgb(199,209,64); }
div.DivClassName
{
background-color: #C7D140;
}
.BgClassName
{
background-color: #C7D140;
}
</style>
border-color css
<style>
span { border-color: #C7D140; }
span { border-color: rgb(199,209,64); }
td.TdClassName
{
border-color: #C7D140;
}
.TagClassName
{
border-color: #C7D140;
}
</style>