Shades of Las Palmas #C7D549
Tints of Las Palmas #C7D549
RGB
CMYK
RGB Variations
Color information
#C7D549 (or 0xC7D549) is known color: Las Palmas. HEX triplet: C7, D5 and 49. RGB value is (199,213,73). Sum of RGB (Red+Green+Blue) = 199+213+73=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D549 is #382AB6. Grayscale: #C1C1C1. Windows color (decimal): -3680951 or 4838855. OLE color: 4838855.
HSL color Cylindrical-coordinate representation of color #C7D549: hue angle of 66º degrees, saturation: 0.62, 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 #C7D549 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 73 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.16 |
| HSL | 66º | 0.63% | 0.56% | - |
| HSV(B) | 66º | 0.66% | 0.84% | - |
| XYZ | 48.55 | 60.21 | 15.37 | - |
| YUV | 192.85 | 60.36 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 73 | 0.07 | 0 | 0.66 | 0.16 | 66 | 0.63 | 0.56 |
| Hex | C7 | D5 | 49 | 7 | 0 | 42 | 10 | 42 | 3E | 38 |
| Octal | 307 | 325 | 111 | 7 | 0 | 102 | 20 | 102 | 76 | 70 |
| Binary | 11000111 | 11010101 | 1001001 | 111 | 0 | 1000010 | 10000 | 1000010 | 111110 | 111000 |
Color Harmonies of #C7D549
Complementary color
Monochromatic Colors of #C7D549
Black with #C7D549
Text Example
Text Example
White with #C7D549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D549; }
p { color: rgb(199,213,73); }
H1.HeaderClassName
{
color: #C7D549;
}
.AnyTagClassName
{
color: #C7D549;
}
</style>
background-color css
<style>
a { background-color: #C7D549; }
a { background-color: rgb(199,213,73); }
div.DivClassName
{
background-color: #C7D549;
}
.BgClassName
{
background-color: #C7D549;
}
</style>
border-color css
<style>
span { border-color: #C7D549; }
span { border-color: rgb(199,213,73); }
td.TdClassName
{
border-color: #C7D549;
}
.TagClassName
{
border-color: #C7D549;
}
</style>