Shades of Las Palmas #C7D934
Tints of Las Palmas #C7D934
RGB
CMYK
RGB Variations
Color information
#C7D934 (or 0xC7D934) is known color: Las Palmas. HEX triplet: C7, D9 and 34. RGB value is (199,217,52). Sum of RGB (Red+Green+Blue) = 199+217+52=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D934 is #3826CB. Grayscale: #C1C1C1. Windows color (decimal): -3679948 or 3463623. OLE color: 3463623.
HSL color Cylindrical-coordinate representation of color #C7D934: hue angle of 66.55º 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 #C7D934 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 52 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.15 |
| HSL | 66.55º | 0.68% | 0.53% | - |
| HSV(B) | 66.55º | 0.76% | 0.85% | - |
| XYZ | 48.99 | 62.02 | 12.64 | - |
| YUV | 192.81 | 48.54 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 52 | 0.08 | 0 | 0.76 | 0.15 | 66.55 | 0.68 | 0.53 |
| Hex | C7 | D9 | 34 | 8 | 0 | 4C | F | 43 | 44 | 35 |
| Octal | 307 | 331 | 64 | 10 | 0 | 114 | 17 | 103 | 104 | 65 |
| Binary | 11000111 | 11011001 | 110100 | 1000 | 0 | 1001100 | 1111 | 1000011 | 1000100 | 110101 |
Color Harmonies of #C7D934
Complementary color
Monochromatic Colors of #C7D934
Black with #C7D934
Text Example
Text Example
White with #C7D934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D934; }
p { color: rgb(199,217,52); }
H1.HeaderClassName
{
color: #C7D934;
}
.AnyTagClassName
{
color: #C7D934;
}
</style>
background-color css
<style>
a { background-color: #C7D934; }
a { background-color: rgb(199,217,52); }
div.DivClassName
{
background-color: #C7D934;
}
.BgClassName
{
background-color: #C7D934;
}
</style>
border-color css
<style>
span { border-color: #C7D934; }
span { border-color: rgb(199,217,52); }
td.TdClassName
{
border-color: #C7D934;
}
.TagClassName
{
border-color: #C7D934;
}
</style>