Shades of Las Palmas #C5D834
Tints of Las Palmas #C5D834
RGB
CMYK
RGB Variations
Color information
#C5D834 (or 0xC5D834) is known color: Las Palmas. HEX triplet: C5, D8 and 34. RGB value is (197,216,52). Sum of RGB (Red+Green+Blue) = 197+216+52=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D834 is #3A27CB. Grayscale: #C0C0C0. Windows color (decimal): -3811276 or 3463365. OLE color: 3463365.
HSL color Cylindrical-coordinate representation of color #C5D834: hue angle of 66.95º 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 #C5D834 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 52 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.15 |
| HSL | 66.95º | 0.68% | 0.53% | - |
| HSV(B) | 66.95º | 0.76% | 0.85% | - |
| XYZ | 48.2 | 61.23 | 12.53 | - |
| YUV | 191.62 | 49.21 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 52 | 0.09 | 0 | 0.76 | 0.15 | 66.95 | 0.68 | 0.53 |
| Hex | C5 | D8 | 34 | 9 | 0 | 4C | F | 43 | 44 | 35 |
| Octal | 305 | 330 | 64 | 11 | 0 | 114 | 17 | 103 | 104 | 65 |
| Binary | 11000101 | 11011000 | 110100 | 1001 | 0 | 1001100 | 1111 | 1000011 | 1000100 | 110101 |
Color Harmonies of #C5D834
Complementary color
Monochromatic Colors of #C5D834
Black with #C5D834
Text Example
Text Example
White with #C5D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D834; }
p { color: rgb(197,216,52); }
H1.HeaderClassName
{
color: #C5D834;
}
.AnyTagClassName
{
color: #C5D834;
}
</style>
background-color css
<style>
a { background-color: #C5D834; }
a { background-color: rgb(197,216,52); }
div.DivClassName
{
background-color: #C5D834;
}
.BgClassName
{
background-color: #C5D834;
}
</style>
border-color css
<style>
span { border-color: #C5D834; }
span { border-color: rgb(197,216,52); }
td.TdClassName
{
border-color: #C5D834;
}
.TagClassName
{
border-color: #C5D834;
}
</style>