Shades of Las Palmas #C7D834
Tints of Las Palmas #C7D834
RGB
CMYK
RGB Variations
Color information
#C7D834 (or 0xC7D834) is known color: Las Palmas. HEX triplet: C7, D8 and 34. RGB value is (199,216,52). Sum of RGB (Red+Green+Blue) = 199+216+52=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D834 is #3827CB. Grayscale: #C0C0C0. Windows color (decimal): -3680204 or 3463367. OLE color: 3463367.
HSL color Cylindrical-coordinate representation of color #C7D834: hue angle of 66.22º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7D834 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 52 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.15 |
| HSL | 66.22º | 0.68% | 0.53% | - |
| HSV(B) | 66.22º | 0.76% | 0.85% | - |
| XYZ | 48.73 | 61.5 | 12.55 | - |
| YUV | 192.22 | 48.87 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 52 | 0.08 | 0 | 0.76 | 0.15 | 66.22 | 0.68 | 0.53 |
| Hex | C7 | D8 | 34 | 8 | 0 | 4C | F | 42 | 44 | 35 |
| Octal | 307 | 330 | 64 | 10 | 0 | 114 | 17 | 102 | 104 | 65 |
| Binary | 11000111 | 11011000 | 110100 | 1000 | 0 | 1001100 | 1111 | 1000010 | 1000100 | 110101 |
Color Harmonies of #C7D834
Complementary color
Monochromatic Colors of #C7D834
Black with #C7D834
Text Example
Text Example
White with #C7D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D834; }
p { color: rgb(199,216,52); }
H1.HeaderClassName
{
color: #C7D834;
}
.AnyTagClassName
{
color: #C7D834;
}
</style>
background-color css
<style>
a { background-color: #C7D834; }
a { background-color: rgb(199,216,52); }
div.DivClassName
{
background-color: #C7D834;
}
.BgClassName
{
background-color: #C7D834;
}
</style>
border-color css
<style>
span { border-color: #C7D834; }
span { border-color: rgb(199,216,52); }
td.TdClassName
{
border-color: #C7D834;
}
.TagClassName
{
border-color: #C7D834;
}
</style>