Shades of Las Palmas #C5D434
Tints of Las Palmas #C5D434
RGB
CMYK
RGB Variations
Color information
#C5D434 (or 0xC5D434) is known color: Las Palmas. HEX triplet: C5, D4 and 34. RGB value is (197,212,52). Sum of RGB (Red+Green+Blue) = 197+212+52=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D434 is #3A2BCB. Grayscale: #BDBDBD. Windows color (decimal): -3812300 or 3462341. OLE color: 3462341.
HSL color Cylindrical-coordinate representation of color #C5D434: hue angle of 65.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5D434 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 52 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.17 |
| HSL | 65.63º | 0.65% | 0.52% | - |
| HSV(B) | 65.63º | 0.75% | 0.83% | - |
| XYZ | 47.19 | 59.21 | 12.19 | - |
| YUV | 189.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 52 | 0.07 | 0 | 0.75 | 0.17 | 65.63 | 0.65 | 0.52 |
| Hex | C5 | D4 | 34 | 7 | 0 | 4B | 11 | 42 | 41 | 34 |
| Octal | 305 | 324 | 64 | 7 | 0 | 113 | 21 | 102 | 101 | 64 |
| Binary | 11000101 | 11010100 | 110100 | 111 | 0 | 1001011 | 10001 | 1000010 | 1000001 | 110100 |
Color Harmonies of #C5D434
Complementary color
Monochromatic Colors of #C5D434
Black with #C5D434
Text Example
Text Example
White with #C5D434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D434; }
p { color: rgb(197,212,52); }
H1.HeaderClassName
{
color: #C5D434;
}
.AnyTagClassName
{
color: #C5D434;
}
</style>
background-color css
<style>
a { background-color: #C5D434; }
a { background-color: rgb(197,212,52); }
div.DivClassName
{
background-color: #C5D434;
}
.BgClassName
{
background-color: #C5D434;
}
</style>
border-color css
<style>
span { border-color: #C5D434; }
span { border-color: rgb(197,212,52); }
td.TdClassName
{
border-color: #C5D434;
}
.TagClassName
{
border-color: #C5D434;
}
</style>