Shades of Las Palmas #C7DC49
Tints of Las Palmas #C7DC49
RGB
CMYK
RGB Variations
Color information
#C7DC49 (or 0xC7DC49) is known color: Las Palmas. HEX triplet: C7, DC and 49. RGB value is (199,220,73). Sum of RGB (Red+Green+Blue) = 199+220+73=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DC49 is #3823B6. Grayscale: #C5C5C5. Windows color (decimal): -3679159 or 4840647. OLE color: 4840647.
HSL color Cylindrical-coordinate representation of color #C7DC49: hue angle of 68.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7DC49 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 73 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.14 |
| HSL | 68.57º | 0.68% | 0.57% | - |
| HSV(B) | 68.57º | 0.67% | 0.86% | - |
| XYZ | 50.35 | 63.81 | 15.97 | - |
| YUV | 196.96 | 58.04 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 73 | 0.10 | 0 | 0.67 | 0.14 | 68.57 | 0.68 | 0.57 |
| Hex | C7 | DC | 49 | A | 0 | 43 | E | 45 | 44 | 39 |
| Octal | 307 | 334 | 111 | 12 | 0 | 103 | 16 | 105 | 104 | 71 |
| Binary | 11000111 | 11011100 | 1001001 | 1010 | 0 | 1000011 | 1110 | 1000101 | 1000100 | 111001 |
Color Harmonies of #C7DC49
Complementary color
Monochromatic Colors of #C7DC49
Black with #C7DC49
Text Example
Text Example
White with #C7DC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC49; }
p { color: rgb(199,220,73); }
H1.HeaderClassName
{
color: #C7DC49;
}
.AnyTagClassName
{
color: #C7DC49;
}
</style>
background-color css
<style>
a { background-color: #C7DC49; }
a { background-color: rgb(199,220,73); }
div.DivClassName
{
background-color: #C7DC49;
}
.BgClassName
{
background-color: #C7DC49;
}
</style>
border-color css
<style>
span { border-color: #C7DC49; }
span { border-color: rgb(199,220,73); }
td.TdClassName
{
border-color: #C7DC49;
}
.TagClassName
{
border-color: #C7DC49;
}
</style>