Shades of Las Palmas #C7D746
Tints of Las Palmas #C7D746
RGB
CMYK
RGB Variations
Color information
#C7D746 (or 0xC7D746) is known color: Las Palmas. HEX triplet: C7, D7 and 46. RGB value is (199,215,70). Sum of RGB (Red+Green+Blue) = 199+215+70=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D746 is #3828B9. Grayscale: #C2C2C2. Windows color (decimal): -3680442 or 4642759. OLE color: 4642759.
HSL color Cylindrical-coordinate representation of color #C7D746: hue angle of 66.62º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7D746 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 70 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.16 |
| HSL | 66.62º | 0.64% | 0.56% | - |
| HSV(B) | 66.62º | 0.67% | 0.84% | - |
| XYZ | 48.96 | 61.19 | 15.02 | - |
| YUV | 193.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 70 | 0.07 | 0 | 0.67 | 0.16 | 66.62 | 0.64 | 0.56 |
| Hex | C7 | D7 | 46 | 7 | 0 | 43 | 10 | 43 | 40 | 38 |
| Octal | 307 | 327 | 106 | 7 | 0 | 103 | 20 | 103 | 100 | 70 |
| Binary | 11000111 | 11010111 | 1000110 | 111 | 0 | 1000011 | 10000 | 1000011 | 1000000 | 111000 |
Color Harmonies of #C7D746
Complementary color
Monochromatic Colors of #C7D746
Black with #C7D746
Text Example
Text Example
White with #C7D746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D746; }
p { color: rgb(199,215,70); }
H1.HeaderClassName
{
color: #C7D746;
}
.AnyTagClassName
{
color: #C7D746;
}
</style>
background-color css
<style>
a { background-color: #C7D746; }
a { background-color: rgb(199,215,70); }
div.DivClassName
{
background-color: #C7D746;
}
.BgClassName
{
background-color: #C7D746;
}
</style>
border-color css
<style>
span { border-color: #C7D746; }
span { border-color: rgb(199,215,70); }
td.TdClassName
{
border-color: #C7D746;
}
.TagClassName
{
border-color: #C7D746;
}
</style>