Shades of Las Palmas #C7D748
Tints of Las Palmas #C7D748
RGB
CMYK
RGB Variations
Color information
#C7D748 (or 0xC7D748) is known color: Las Palmas. HEX triplet: C7, D7 and 48. RGB value is (199,215,72). Sum of RGB (Red+Green+Blue) = 199+215+72=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D748 is #3828B7. Grayscale: #C2C2C2. Windows color (decimal): -3680440 or 4773831. OLE color: 4773831.
HSL color Cylindrical-coordinate representation of color #C7D748: hue angle of 66.71º 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 #C7D748 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 72 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.16 |
| HSL | 66.71º | 0.64% | 0.56% | - |
| HSV(B) | 66.71º | 0.67% | 0.84% | - |
| XYZ | 49.02 | 61.21 | 15.36 | - |
| YUV | 193.91 | 59.2 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 72 | 0.07 | 0 | 0.67 | 0.16 | 66.71 | 0.64 | 0.56 |
| Hex | C7 | D7 | 48 | 7 | 0 | 43 | 10 | 43 | 40 | 38 |
| Octal | 307 | 327 | 110 | 7 | 0 | 103 | 20 | 103 | 100 | 70 |
| Binary | 11000111 | 11010111 | 1001000 | 111 | 0 | 1000011 | 10000 | 1000011 | 1000000 | 111000 |
Color Harmonies of #C7D748
Complementary color
Monochromatic Colors of #C7D748
Black with #C7D748
Text Example
Text Example
White with #C7D748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D748; }
p { color: rgb(199,215,72); }
H1.HeaderClassName
{
color: #C7D748;
}
.AnyTagClassName
{
color: #C7D748;
}
</style>
background-color css
<style>
a { background-color: #C7D748; }
a { background-color: rgb(199,215,72); }
div.DivClassName
{
background-color: #C7D748;
}
.BgClassName
{
background-color: #C7D748;
}
</style>
border-color css
<style>
span { border-color: #C7D748; }
span { border-color: rgb(199,215,72); }
td.TdClassName
{
border-color: #C7D748;
}
.TagClassName
{
border-color: #C7D748;
}
</style>