Shades of Las Palmas #C7DA34
Tints of Las Palmas #C7DA34
RGB
CMYK
RGB Variations
Color information
#C7DA34 (or 0xC7DA34) is known color: Las Palmas. HEX triplet: C7, DA and 34. RGB value is (199,218,52). Sum of RGB (Red+Green+Blue) = 199+218+52=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DA34 is #3825CB. Grayscale: #C2C2C2. Windows color (decimal): -3679692 or 3463879. OLE color: 3463879.
HSL color Cylindrical-coordinate representation of color #C7DA34: hue angle of 66.87º degrees, saturation: 0.69, 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 #C7DA34 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 218 | 52 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.15 |
| HSL | 66.87º | 0.69% | 0.53% | - |
| HSV(B) | 66.87º | 0.76% | 0.85% | - |
| XYZ | 49.24 | 62.53 | 12.72 | - |
| YUV | 193.4 | 48.21 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 218 | 52 | 0.09 | 0 | 0.76 | 0.15 | 66.87 | 0.69 | 0.53 |
| Hex | C7 | DA | 34 | 9 | 0 | 4C | F | 43 | 45 | 35 |
| Octal | 307 | 332 | 64 | 11 | 0 | 114 | 17 | 103 | 105 | 65 |
| Binary | 11000111 | 11011010 | 110100 | 1001 | 0 | 1001100 | 1111 | 1000011 | 1000101 | 110101 |
Color Harmonies of #C7DA34
Complementary color
Monochromatic Colors of #C7DA34
Black with #C7DA34
Text Example
Text Example
White with #C7DA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DA34; }
p { color: rgb(199,218,52); }
H1.HeaderClassName
{
color: #C7DA34;
}
.AnyTagClassName
{
color: #C7DA34;
}
</style>
background-color css
<style>
a { background-color: #C7DA34; }
a { background-color: rgb(199,218,52); }
div.DivClassName
{
background-color: #C7DA34;
}
.BgClassName
{
background-color: #C7DA34;
}
</style>
border-color css
<style>
span { border-color: #C7DA34; }
span { border-color: rgb(199,218,52); }
td.TdClassName
{
border-color: #C7DA34;
}
.TagClassName
{
border-color: #C7DA34;
}
</style>