Shades of Las Palmas #C7DD49
Tints of Las Palmas #C7DD49
RGB
CMYK
RGB Variations
Color information
#C7DD49 (or 0xC7DD49) is known color: Las Palmas. HEX triplet: C7, DD and 49. RGB value is (199,221,73). Sum of RGB (Red+Green+Blue) = 199+221+73=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DD49 is #3822B6. Grayscale: #C6C6C6. Windows color (decimal): -3678903 or 4840903. OLE color: 4840903.
HSL color Cylindrical-coordinate representation of color #C7DD49: hue angle of 68.92º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7DD49 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 73 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.13 |
| HSL | 68.92º | 0.69% | 0.58% | - |
| HSV(B) | 68.92º | 0.67% | 0.87% | - |
| XYZ | 50.61 | 64.34 | 16.05 | - |
| YUV | 197.55 | 57.71 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 73 | 0.10 | 0 | 0.67 | 0.13 | 68.92 | 0.69 | 0.58 |
| Hex | C7 | DD | 49 | A | 0 | 43 | D | 45 | 45 | 3A |
| Octal | 307 | 335 | 111 | 12 | 0 | 103 | 15 | 105 | 105 | 72 |
| Binary | 11000111 | 11011101 | 1001001 | 1010 | 0 | 1000011 | 1101 | 1000101 | 1000101 | 111010 |
Color Harmonies of #C7DD49
Complementary color
Monochromatic Colors of #C7DD49
Black with #C7DD49
Text Example
Text Example
White with #C7DD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DD49; }
p { color: rgb(199,221,73); }
H1.HeaderClassName
{
color: #C7DD49;
}
.AnyTagClassName
{
color: #C7DD49;
}
</style>
background-color css
<style>
a { background-color: #C7DD49; }
a { background-color: rgb(199,221,73); }
div.DivClassName
{
background-color: #C7DD49;
}
.BgClassName
{
background-color: #C7DD49;
}
</style>
border-color css
<style>
span { border-color: #C7DD49; }
span { border-color: rgb(199,221,73); }
td.TdClassName
{
border-color: #C7DD49;
}
.TagClassName
{
border-color: #C7DD49;
}
</style>