Shades of Las Palmas #C7D045
Tints of Las Palmas #C7D045
RGB
CMYK
RGB Variations
Color information
#C7D045 (or 0xC7D045) is known color: Las Palmas. HEX triplet: C7, D0 and 45. RGB value is (199,208,69). Sum of RGB (Red+Green+Blue) = 199+208+69=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D045 is #382FBA. Grayscale: #BEBEBE. Windows color (decimal): -3682235 or 4575431. OLE color: 4575431.
HSL color Cylindrical-coordinate representation of color #C7D045: hue angle of 63.88º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7D045 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 69 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.18 |
| HSL | 63.88º | 0.6% | 0.54% | - |
| HSV(B) | 63.88º | 0.67% | 0.82% | - |
| XYZ | 47.18 | 57.68 | 14.28 | - |
| YUV | 189.46 | 60.02 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 69 | 0.04 | 0 | 0.67 | 0.18 | 63.88 | 0.6 | 0.54 |
| Hex | C7 | D0 | 45 | 4 | 0 | 43 | 12 | 40 | 3C | 36 |
| Octal | 307 | 320 | 105 | 4 | 0 | 103 | 22 | 100 | 74 | 66 |
| Binary | 11000111 | 11010000 | 1000101 | 100 | 0 | 1000011 | 10010 | 1000000 | 111100 | 110110 |
Color Harmonies of #C7D045
Complementary color
Monochromatic Colors of #C7D045
Black with #C7D045
Text Example
Text Example
White with #C7D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D045; }
p { color: rgb(199,208,69); }
H1.HeaderClassName
{
color: #C7D045;
}
.AnyTagClassName
{
color: #C7D045;
}
</style>
background-color css
<style>
a { background-color: #C7D045; }
a { background-color: rgb(199,208,69); }
div.DivClassName
{
background-color: #C7D045;
}
.BgClassName
{
background-color: #C7D045;
}
</style>
border-color css
<style>
span { border-color: #C7D045; }
span { border-color: rgb(199,208,69); }
td.TdClassName
{
border-color: #C7D045;
}
.TagClassName
{
border-color: #C7D045;
}
</style>