Shades of Las Palmas #C7D640
Tints of Las Palmas #C7D640
RGB
CMYK
RGB Variations
Color information
#C7D640 (or 0xC7D640) is known color: Las Palmas. HEX triplet: C7, D6 and 40. RGB value is (199,214,64). Sum of RGB (Red+Green+Blue) = 199+214+64=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 64 (25.39% from 255 or 13.42% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D640 is #3829BF. Grayscale: #C0C0C0. Windows color (decimal): -3680704 or 4249287. OLE color: 4249287.
HSL color Cylindrical-coordinate representation of color #C7D640: hue angle of 66º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7D640 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 64 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.16 |
| HSL | 66º | 0.65% | 0.55% | - |
| HSV(B) | 66º | 0.7% | 0.84% | - |
| XYZ | 48.53 | 60.61 | 13.99 | - |
| YUV | 192.42 | 55.53 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 64 | 0.07 | 0 | 0.70 | 0.16 | 66 | 0.65 | 0.55 |
| Hex | C7 | D6 | 40 | 7 | 0 | 46 | 10 | 42 | 41 | 37 |
| Octal | 307 | 326 | 100 | 7 | 0 | 106 | 20 | 102 | 101 | 67 |
| Binary | 11000111 | 11010110 | 1000000 | 111 | 0 | 1000110 | 10000 | 1000010 | 1000001 | 110111 |
Color Harmonies of #C7D640
Complementary color
Monochromatic Colors of #C7D640
Black with #C7D640
Text Example
Text Example
White with #C7D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D640; }
p { color: rgb(199,214,64); }
H1.HeaderClassName
{
color: #C7D640;
}
.AnyTagClassName
{
color: #C7D640;
}
</style>
background-color css
<style>
a { background-color: #C7D640; }
a { background-color: rgb(199,214,64); }
div.DivClassName
{
background-color: #C7D640;
}
.BgClassName
{
background-color: #C7D640;
}
</style>
border-color css
<style>
span { border-color: #C7D640; }
span { border-color: rgb(199,214,64); }
td.TdClassName
{
border-color: #C7D640;
}
.TagClassName
{
border-color: #C7D640;
}
</style>