Shades of Las Palmas #C7D041
Tints of Las Palmas #C7D041
RGB
CMYK
RGB Variations
Color information
#C7D041 (or 0xC7D041) is known color: Las Palmas. HEX triplet: C7, D0 and 41. RGB value is (199,208,65). Sum of RGB (Red+Green+Blue) = 199+208+65=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D041 is #382FBE. Grayscale: #BDBDBD. Windows color (decimal): -3682239 or 4313287. OLE color: 4313287.
HSL color Cylindrical-coordinate representation of color #C7D041: hue angle of 63.78º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7D041 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 65 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.18 |
| HSL | 63.78º | 0.6% | 0.54% | - |
| HSV(B) | 63.78º | 0.69% | 0.82% | - |
| XYZ | 47.06 | 57.64 | 13.65 | - |
| YUV | 189.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 65 | 0.04 | 0 | 0.69 | 0.18 | 63.78 | 0.6 | 0.54 |
| Hex | C7 | D0 | 41 | 4 | 0 | 45 | 12 | 40 | 3C | 36 |
| Octal | 307 | 320 | 101 | 4 | 0 | 105 | 22 | 100 | 74 | 66 |
| Binary | 11000111 | 11010000 | 1000001 | 100 | 0 | 1000101 | 10010 | 1000000 | 111100 | 110110 |
Color Harmonies of #C7D041
Complementary color
Monochromatic Colors of #C7D041
Black with #C7D041
Text Example
Text Example
White with #C7D041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D041; }
p { color: rgb(199,208,65); }
H1.HeaderClassName
{
color: #C7D041;
}
.AnyTagClassName
{
color: #C7D041;
}
</style>
background-color css
<style>
a { background-color: #C7D041; }
a { background-color: rgb(199,208,65); }
div.DivClassName
{
background-color: #C7D041;
}
.BgClassName
{
background-color: #C7D041;
}
</style>
border-color css
<style>
span { border-color: #C7D041; }
span { border-color: rgb(199,208,65); }
td.TdClassName
{
border-color: #C7D041;
}
.TagClassName
{
border-color: #C7D041;
}
</style>