Shades of Las Palmas #C7D548
Tints of Las Palmas #C7D548
RGB
CMYK
RGB Variations
Color information
#C7D548 (or 0xC7D548) is known color: Las Palmas. HEX triplet: C7, D5 and 48. RGB value is (199,213,72). Sum of RGB (Red+Green+Blue) = 199+213+72=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D548 is #382AB7. Grayscale: #C1C1C1. Windows color (decimal): -3680952 or 4773319. OLE color: 4773319.
HSL color Cylindrical-coordinate representation of color #C7D548: hue angle of 65.96º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7D548 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 72 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.16 |
| HSL | 65.96º | 0.63% | 0.56% | - |
| HSV(B) | 65.96º | 0.66% | 0.84% | - |
| XYZ | 48.52 | 60.2 | 15.19 | - |
| YUV | 192.74 | 59.86 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 72 | 0.07 | 0 | 0.66 | 0.16 | 65.96 | 0.63 | 0.56 |
| Hex | C7 | D5 | 48 | 7 | 0 | 42 | 10 | 42 | 3F | 38 |
| Octal | 307 | 325 | 110 | 7 | 0 | 102 | 20 | 102 | 77 | 70 |
| Binary | 11000111 | 11010101 | 1001000 | 111 | 0 | 1000010 | 10000 | 1000010 | 111111 | 111000 |
Color Harmonies of #C7D548
Complementary color
Monochromatic Colors of #C7D548
Black with #C7D548
Text Example
Text Example
White with #C7D548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D548; }
p { color: rgb(199,213,72); }
H1.HeaderClassName
{
color: #C7D548;
}
.AnyTagClassName
{
color: #C7D548;
}
</style>
background-color css
<style>
a { background-color: #C7D548; }
a { background-color: rgb(199,213,72); }
div.DivClassName
{
background-color: #C7D548;
}
.BgClassName
{
background-color: #C7D548;
}
</style>
border-color css
<style>
span { border-color: #C7D548; }
span { border-color: rgb(199,213,72); }
td.TdClassName
{
border-color: #C7D548;
}
.TagClassName
{
border-color: #C7D548;
}
</style>