Shades of Las Palmas #C7CF45
Tints of Las Palmas #C7CF45
RGB
CMYK
RGB Variations
Color information
#C7CF45 (or 0xC7CF45) is known color: Las Palmas. HEX triplet: C7, CF and 45. RGB value is (199,207,69). Sum of RGB (Red+Green+Blue) = 199+207+69=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CF45 is #3830BA. Grayscale: #BDBDBD. Windows color (decimal): -3682491 or 4575175. OLE color: 4575175.
HSL color Cylindrical-coordinate representation of color #C7CF45: hue angle of 63.48º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7CF45 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 69 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.19 |
| HSL | 63.48º | 0.59% | 0.54% | - |
| HSV(B) | 63.48º | 0.67% | 0.81% | - |
| XYZ | 46.94 | 57.2 | 14.2 | - |
| YUV | 188.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 69 | 0.04 | 0 | 0.67 | 0.19 | 63.48 | 0.59 | 0.54 |
| Hex | C7 | CF | 45 | 4 | 0 | 43 | 13 | 3F | 3B | 36 |
| Octal | 307 | 317 | 105 | 4 | 0 | 103 | 23 | 77 | 73 | 66 |
| Binary | 11000111 | 11001111 | 1000101 | 100 | 0 | 1000011 | 10011 | 111111 | 111011 | 110110 |
Color Harmonies of #C7CF45
Complementary color
Monochromatic Colors of #C7CF45
Black with #C7CF45
Text Example
Text Example
White with #C7CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF45; }
p { color: rgb(199,207,69); }
H1.HeaderClassName
{
color: #C7CF45;
}
.AnyTagClassName
{
color: #C7CF45;
}
</style>
background-color css
<style>
a { background-color: #C7CF45; }
a { background-color: rgb(199,207,69); }
div.DivClassName
{
background-color: #C7CF45;
}
.BgClassName
{
background-color: #C7CF45;
}
</style>
border-color css
<style>
span { border-color: #C7CF45; }
span { border-color: rgb(199,207,69); }
td.TdClassName
{
border-color: #C7CF45;
}
.TagClassName
{
border-color: #C7CF45;
}
</style>