Shades of Las Palmas #C5D835
Tints of Las Palmas #C5D835
RGB
CMYK
RGB Variations
Color information
#C5D835 (or 0xC5D835) is known color: Las Palmas. HEX triplet: C5, D8 and 35. RGB value is (197,216,53). Sum of RGB (Red+Green+Blue) = 197+216+53=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D835 is #3A27CA. Grayscale: #C0C0C0. Windows color (decimal): -3811275 or 3528901. OLE color: 3528901.
HSL color Cylindrical-coordinate representation of color #C5D835: hue angle of 66.99º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5D835 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 216 | 53 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.15 |
| HSL | 66.99º | 0.68% | 0.53% | - |
| HSV(B) | 66.99º | 0.75% | 0.85% | - |
| XYZ | 48.22 | 61.24 | 12.65 | - |
| YUV | 191.74 | 49.71 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 216 | 53 | 0.09 | 0 | 0.75 | 0.15 | 66.99 | 0.68 | 0.53 |
| Hex | C5 | D8 | 35 | 9 | 0 | 4B | F | 43 | 44 | 35 |
| Octal | 305 | 330 | 65 | 11 | 0 | 113 | 17 | 103 | 104 | 65 |
| Binary | 11000101 | 11011000 | 110101 | 1001 | 0 | 1001011 | 1111 | 1000011 | 1000100 | 110101 |
Color Harmonies of #C5D835
Complementary color
Monochromatic Colors of #C5D835
Black with #C5D835
Text Example
Text Example
White with #C5D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D835; }
p { color: rgb(197,216,53); }
H1.HeaderClassName
{
color: #C5D835;
}
.AnyTagClassName
{
color: #C5D835;
}
</style>
background-color css
<style>
a { background-color: #C5D835; }
a { background-color: rgb(197,216,53); }
div.DivClassName
{
background-color: #C5D835;
}
.BgClassName
{
background-color: #C5D835;
}
</style>
border-color css
<style>
span { border-color: #C5D835; }
span { border-color: rgb(197,216,53); }
td.TdClassName
{
border-color: #C5D835;
}
.TagClassName
{
border-color: #C5D835;
}
</style>