Shades of Las Palmas #C7D541
Tints of Las Palmas #C7D541
RGB
CMYK
RGB Variations
Color information
#C7D541 (or 0xC7D541) is known color: Las Palmas. HEX triplet: C7, D5 and 41. RGB value is (199,213,65). Sum of RGB (Red+Green+Blue) = 199+213+65=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D541 is #382ABE. Grayscale: #C0C0C0. Windows color (decimal): -3680959 or 4314567. OLE color: 4314567.
HSL color Cylindrical-coordinate representation of color #C7D541: hue angle of 65.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7D541 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 65 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.16 |
| HSL | 65.68º | 0.64% | 0.55% | - |
| HSV(B) | 65.68º | 0.69% | 0.84% | - |
| XYZ | 48.3 | 60.11 | 14.06 | - |
| YUV | 191.94 | 56.36 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 65 | 0.07 | 0 | 0.69 | 0.16 | 65.68 | 0.64 | 0.55 |
| Hex | C7 | D5 | 41 | 7 | 0 | 45 | 10 | 42 | 40 | 37 |
| Octal | 307 | 325 | 101 | 7 | 0 | 105 | 20 | 102 | 100 | 67 |
| Binary | 11000111 | 11010101 | 1000001 | 111 | 0 | 1000101 | 10000 | 1000010 | 1000000 | 110111 |
Color Harmonies of #C7D541
Complementary color
Monochromatic Colors of #C7D541
Black with #C7D541
Text Example
Text Example
White with #C7D541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D541; }
p { color: rgb(199,213,65); }
H1.HeaderClassName
{
color: #C7D541;
}
.AnyTagClassName
{
color: #C7D541;
}
</style>
background-color css
<style>
a { background-color: #C7D541; }
a { background-color: rgb(199,213,65); }
div.DivClassName
{
background-color: #C7D541;
}
.BgClassName
{
background-color: #C7D541;
}
</style>
border-color css
<style>
span { border-color: #C7D541; }
span { border-color: rgb(199,213,65); }
td.TdClassName
{
border-color: #C7D541;
}
.TagClassName
{
border-color: #C7D541;
}
</style>