Shades of Las Palmas #C7D441
Tints of Las Palmas #C7D441
RGB
CMYK
RGB Variations
Color information
#C7D441 (or 0xC7D441) is known color: Las Palmas. HEX triplet: C7, D4 and 41. RGB value is (199,212,65). Sum of RGB (Red+Green+Blue) = 199+212+65=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 65 (25.78% from 255 or 13.66% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D441 is #382BBE. Grayscale: #BFBFBF. Windows color (decimal): -3681215 or 4314311. OLE color: 4314311.
HSL color Cylindrical-coordinate representation of color #C7D441: hue angle of 65.31º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7D441 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 65 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.17 |
| HSL | 65.31º | 0.63% | 0.54% | - |
| HSV(B) | 65.31º | 0.69% | 0.83% | - |
| XYZ | 48.05 | 59.61 | 13.97 | - |
| YUV | 191.36 | 56.69 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 65 | 0.06 | 0 | 0.69 | 0.17 | 65.31 | 0.63 | 0.54 |
| Hex | C7 | D4 | 41 | 6 | 0 | 45 | 11 | 41 | 3F | 36 |
| Octal | 307 | 324 | 101 | 6 | 0 | 105 | 21 | 101 | 77 | 66 |
| Binary | 11000111 | 11010100 | 1000001 | 110 | 0 | 1000101 | 10001 | 1000001 | 111111 | 110110 |
Color Harmonies of #C7D441
Complementary color
Monochromatic Colors of #C7D441
Black with #C7D441
Text Example
Text Example
White with #C7D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D441; }
p { color: rgb(199,212,65); }
H1.HeaderClassName
{
color: #C7D441;
}
.AnyTagClassName
{
color: #C7D441;
}
</style>
background-color css
<style>
a { background-color: #C7D441; }
a { background-color: rgb(199,212,65); }
div.DivClassName
{
background-color: #C7D441;
}
.BgClassName
{
background-color: #C7D441;
}
</style>
border-color css
<style>
span { border-color: #C7D441; }
span { border-color: rgb(199,212,65); }
td.TdClassName
{
border-color: #C7D441;
}
.TagClassName
{
border-color: #C7D441;
}
</style>