Shades of Las Palmas #C7CF40
Tints of Las Palmas #C7CF40
RGB
CMYK
RGB Variations
Color information
#C7CF40 (or 0xC7CF40) is known color: Las Palmas. HEX triplet: C7, CF and 40. RGB value is (199,207,64). Sum of RGB (Red+Green+Blue) = 199+207+64=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7CF40 is #3830BF. Grayscale: #BCBCBC. Windows color (decimal): -3682496 or 4247495. OLE color: 4247495.
HSL color Cylindrical-coordinate representation of color #C7CF40: hue angle of 63.36º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7CF40 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 207 | 64 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.19 |
| HSL | 63.36º | 0.6% | 0.53% | - |
| HSV(B) | 63.36º | 0.69% | 0.81% | - |
| XYZ | 46.79 | 57.14 | 13.41 | - |
| YUV | 188.31 | 57.85 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 64 | 0.04 | 0 | 0.69 | 0.19 | 63.36 | 0.6 | 0.53 |
| Hex | C7 | CF | 40 | 4 | 0 | 45 | 13 | 3F | 3C | 35 |
| Octal | 307 | 317 | 100 | 4 | 0 | 105 | 23 | 77 | 74 | 65 |
| Binary | 11000111 | 11001111 | 1000000 | 100 | 0 | 1000101 | 10011 | 111111 | 111100 | 110101 |
Color Harmonies of #C7CF40
Complementary color
Monochromatic Colors of #C7CF40
Black with #C7CF40
Text Example
Text Example
White with #C7CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CF40; }
p { color: rgb(199,207,64); }
H1.HeaderClassName
{
color: #C7CF40;
}
.AnyTagClassName
{
color: #C7CF40;
}
</style>
background-color css
<style>
a { background-color: #C7CF40; }
a { background-color: rgb(199,207,64); }
div.DivClassName
{
background-color: #C7CF40;
}
.BgClassName
{
background-color: #C7CF40;
}
</style>
border-color css
<style>
span { border-color: #C7CF40; }
span { border-color: rgb(199,207,64); }
td.TdClassName
{
border-color: #C7CF40;
}
.TagClassName
{
border-color: #C7CF40;
}
</style>