Shades of Las Palmas #C7D145
Tints of Las Palmas #C7D145
RGB
CMYK
RGB Variations
Color information
#C7D145 (or 0xC7D145) is known color: Las Palmas. HEX triplet: C7, D1 and 45. RGB value is (199,209,69). Sum of RGB (Red+Green+Blue) = 199+209+69=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 69 (27.34% from 255 or 14.47% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D145 is #382EBA. Grayscale: #BEBEBE. Windows color (decimal): -3681979 or 4575687. OLE color: 4575687.
HSL color Cylindrical-coordinate representation of color #C7D145: hue angle of 64.29º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7D145 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 209 | 69 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.18 |
| HSL | 64.29º | 0.6% | 0.55% | - |
| HSV(B) | 64.29º | 0.67% | 0.82% | - |
| XYZ | 47.43 | 58.17 | 14.36 | - |
| YUV | 190.05 | 59.69 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 209 | 69 | 0.05 | 0 | 0.67 | 0.18 | 64.29 | 0.6 | 0.55 |
| Hex | C7 | D1 | 45 | 5 | 0 | 43 | 12 | 40 | 3C | 37 |
| Octal | 307 | 321 | 105 | 5 | 0 | 103 | 22 | 100 | 74 | 67 |
| Binary | 11000111 | 11010001 | 1000101 | 101 | 0 | 1000011 | 10010 | 1000000 | 111100 | 110111 |
Color Harmonies of #C7D145
Complementary color
Monochromatic Colors of #C7D145
Black with #C7D145
Text Example
Text Example
White with #C7D145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D145; }
p { color: rgb(199,209,69); }
H1.HeaderClassName
{
color: #C7D145;
}
.AnyTagClassName
{
color: #C7D145;
}
</style>
background-color css
<style>
a { background-color: #C7D145; }
a { background-color: rgb(199,209,69); }
div.DivClassName
{
background-color: #C7D145;
}
.BgClassName
{
background-color: #C7D145;
}
</style>
border-color css
<style>
span { border-color: #C7D145; }
span { border-color: rgb(199,209,69); }
td.TdClassName
{
border-color: #C7D145;
}
.TagClassName
{
border-color: #C7D145;
}
</style>