Shades of Las Palmas #C4D835
Tints of Las Palmas #C4D835
RGB
CMYK
RGB Variations
Color information
#C4D835 (or 0xC4D835) is known color: Las Palmas. HEX triplet: C4, D8 and 35. RGB value is (196,216,53). Sum of RGB (Red+Green+Blue) = 196+216+53=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D835 is #3B27CA. Grayscale: #C0C0C0. Windows color (decimal): -3876811 or 3528900. OLE color: 3528900.
HSL color Cylindrical-coordinate representation of color #C4D835: hue angle of 67.36º 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 #C4D835 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 53 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.15 |
| HSL | 67.36º | 0.68% | 0.53% | - |
| HSV(B) | 67.36º | 0.75% | 0.85% | - |
| XYZ | 47.96 | 61.1 | 12.63 | - |
| YUV | 191.44 | 49.87 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 53 | 0.09 | 0 | 0.75 | 0.15 | 67.36 | 0.68 | 0.53 |
| Hex | C4 | D8 | 35 | 9 | 0 | 4B | F | 43 | 44 | 35 |
| Octal | 304 | 330 | 65 | 11 | 0 | 113 | 17 | 103 | 104 | 65 |
| Binary | 11000100 | 11011000 | 110101 | 1001 | 0 | 1001011 | 1111 | 1000011 | 1000100 | 110101 |
Color Harmonies of #C4D835
Complementary color
Monochromatic Colors of #C4D835
Black with #C4D835
Text Example
Text Example
White with #C4D835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D835; }
p { color: rgb(196,216,53); }
H1.HeaderClassName
{
color: #C4D835;
}
.AnyTagClassName
{
color: #C4D835;
}
</style>
background-color css
<style>
a { background-color: #C4D835; }
a { background-color: rgb(196,216,53); }
div.DivClassName
{
background-color: #C4D835;
}
.BgClassName
{
background-color: #C4D835;
}
</style>
border-color css
<style>
span { border-color: #C4D835; }
span { border-color: rgb(196,216,53); }
td.TdClassName
{
border-color: #C4D835;
}
.TagClassName
{
border-color: #C4D835;
}
</style>