Shades of Las Palmas #C7D845
Tints of Las Palmas #C7D845
RGB
CMYK
RGB Variations
Color information
#C7D845 (or 0xC7D845) is known color: Las Palmas. HEX triplet: C7, D8 and 45. RGB value is (199,216,69). Sum of RGB (Red+Green+Blue) = 199+216+69=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D845 is #3827BA. Grayscale: #C2C2C2. Windows color (decimal): -3680187 or 4577479. OLE color: 4577479.
HSL color Cylindrical-coordinate representation of color #C7D845: hue angle of 66.94º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7D845 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 69 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.15 |
| HSL | 66.94º | 0.65% | 0.56% | - |
| HSV(B) | 66.94º | 0.68% | 0.85% | - |
| XYZ | 49.18 | 61.68 | 14.94 | - |
| YUV | 194.16 | 57.37 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 69 | 0.08 | 0 | 0.68 | 0.15 | 66.94 | 0.65 | 0.56 |
| Hex | C7 | D8 | 45 | 8 | 0 | 44 | F | 43 | 41 | 38 |
| Octal | 307 | 330 | 105 | 10 | 0 | 104 | 17 | 103 | 101 | 70 |
| Binary | 11000111 | 11011000 | 1000101 | 1000 | 0 | 1000100 | 1111 | 1000011 | 1000001 | 111000 |
Color Harmonies of #C7D845
Complementary color
Monochromatic Colors of #C7D845
Black with #C7D845
Text Example
Text Example
White with #C7D845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D845; }
p { color: rgb(199,216,69); }
H1.HeaderClassName
{
color: #C7D845;
}
.AnyTagClassName
{
color: #C7D845;
}
</style>
background-color css
<style>
a { background-color: #C7D845; }
a { background-color: rgb(199,216,69); }
div.DivClassName
{
background-color: #C7D845;
}
.BgClassName
{
background-color: #C7D845;
}
</style>
border-color css
<style>
span { border-color: #C7D845; }
span { border-color: rgb(199,216,69); }
td.TdClassName
{
border-color: #C7D845;
}
.TagClassName
{
border-color: #C7D845;
}
</style>