Shades of Las Palmas #C7D749
Tints of Las Palmas #C7D749
RGB
CMYK
RGB Variations
Color information
#C7D749 (or 0xC7D749) is known color: Las Palmas. HEX triplet: C7, D7 and 49. RGB value is (199,215,73). Sum of RGB (Red+Green+Blue) = 199+215+73=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D749 is #3828B6. Grayscale: #C2C2C2. Windows color (decimal): -3680439 or 4839367. OLE color: 4839367.
HSL color Cylindrical-coordinate representation of color #C7D749: hue angle of 66.76º degrees, saturation: 0.64, 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 #C7D749 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 73 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.16 |
| HSL | 66.76º | 0.64% | 0.56% | - |
| HSV(B) | 66.76º | 0.66% | 0.84% | - |
| XYZ | 49.06 | 61.22 | 15.54 | - |
| YUV | 194.03 | 59.7 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 73 | 0.07 | 0 | 0.66 | 0.16 | 66.76 | 0.64 | 0.56 |
| Hex | C7 | D7 | 49 | 7 | 0 | 42 | 10 | 43 | 40 | 38 |
| Octal | 307 | 327 | 111 | 7 | 0 | 102 | 20 | 103 | 100 | 70 |
| Binary | 11000111 | 11010111 | 1001001 | 111 | 0 | 1000010 | 10000 | 1000011 | 1000000 | 111000 |
Color Harmonies of #C7D749
Complementary color
Monochromatic Colors of #C7D749
Black with #C7D749
Text Example
Text Example
White with #C7D749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D749; }
p { color: rgb(199,215,73); }
H1.HeaderClassName
{
color: #C7D749;
}
.AnyTagClassName
{
color: #C7D749;
}
</style>
background-color css
<style>
a { background-color: #C7D749; }
a { background-color: rgb(199,215,73); }
div.DivClassName
{
background-color: #C7D749;
}
.BgClassName
{
background-color: #C7D749;
}
</style>
border-color css
<style>
span { border-color: #C7D749; }
span { border-color: rgb(199,215,73); }
td.TdClassName
{
border-color: #C7D749;
}
.TagClassName
{
border-color: #C7D749;
}
</style>