Shades of Las Palmas #C7D642
Tints of Las Palmas #C7D642
RGB
CMYK
RGB Variations
Color information
#C7D642 (or 0xC7D642) is known color: Las Palmas. HEX triplet: C7, D6 and 42. RGB value is (199,214,66). Sum of RGB (Red+Green+Blue) = 199+214+66=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D642 is #3829BD. Grayscale: #C1C1C1. Windows color (decimal): -3680702 or 4380359. OLE color: 4380359.
HSL color Cylindrical-coordinate representation of color #C7D642: hue angle of 66.08º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7D642 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 66 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.16 |
| HSL | 66.08º | 0.64% | 0.55% | - |
| HSV(B) | 66.08º | 0.69% | 0.84% | - |
| XYZ | 48.58 | 60.63 | 14.3 | - |
| YUV | 192.64 | 56.53 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 66 | 0.07 | 0 | 0.69 | 0.16 | 66.08 | 0.64 | 0.55 |
| Hex | C7 | D6 | 42 | 7 | 0 | 45 | 10 | 42 | 40 | 37 |
| Octal | 307 | 326 | 102 | 7 | 0 | 105 | 20 | 102 | 100 | 67 |
| Binary | 11000111 | 11010110 | 1000010 | 111 | 0 | 1000101 | 10000 | 1000010 | 1000000 | 110111 |
Color Harmonies of #C7D642
Complementary color
Monochromatic Colors of #C7D642
Black with #C7D642
Text Example
Text Example
White with #C7D642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D642; }
p { color: rgb(199,214,66); }
H1.HeaderClassName
{
color: #C7D642;
}
.AnyTagClassName
{
color: #C7D642;
}
</style>
background-color css
<style>
a { background-color: #C7D642; }
a { background-color: rgb(199,214,66); }
div.DivClassName
{
background-color: #C7D642;
}
.BgClassName
{
background-color: #C7D642;
}
</style>
border-color css
<style>
span { border-color: #C7D642; }
span { border-color: rgb(199,214,66); }
td.TdClassName
{
border-color: #C7D642;
}
.TagClassName
{
border-color: #C7D642;
}
</style>