Shades of Las Palmas #C4D53F
Tints of Las Palmas #C4D53F
RGB
CMYK
RGB Variations
Color information
#C4D53F (or 0xC4D53F) is known color: Las Palmas. HEX triplet: C4, D5 and 3F. RGB value is (196,213,63). Sum of RGB (Red+Green+Blue) = 196+213+63=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D53F is #3B2AC0. Grayscale: #BFBFBF. Windows color (decimal): -3877569 or 4183492. OLE color: 4183492.
HSL color Cylindrical-coordinate representation of color #C4D53F: hue angle of 66.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4D53F is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 63 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.16 |
| HSL | 66.8º | 0.64% | 0.54% | - |
| HSV(B) | 66.8º | 0.7% | 0.84% | - |
| XYZ | 47.46 | 59.68 | 13.72 | - |
| YUV | 190.82 | 55.87 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 63 | 0.08 | 0 | 0.70 | 0.16 | 66.8 | 0.64 | 0.54 |
| Hex | C4 | D5 | 3F | 8 | 0 | 46 | 10 | 43 | 40 | 36 |
| Octal | 304 | 325 | 77 | 10 | 0 | 106 | 20 | 103 | 100 | 66 |
| Binary | 11000100 | 11010101 | 111111 | 1000 | 0 | 1000110 | 10000 | 1000011 | 1000000 | 110110 |
Color Harmonies of #C4D53F
Complementary color
Monochromatic Colors of #C4D53F
Black with #C4D53F
Text Example
Text Example
White with #C4D53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D53F; }
p { color: rgb(196,213,63); }
H1.HeaderClassName
{
color: #C4D53F;
}
.AnyTagClassName
{
color: #C4D53F;
}
</style>
background-color css
<style>
a { background-color: #C4D53F; }
a { background-color: rgb(196,213,63); }
div.DivClassName
{
background-color: #C4D53F;
}
.BgClassName
{
background-color: #C4D53F;
}
</style>
border-color css
<style>
span { border-color: #C4D53F; }
span { border-color: rgb(196,213,63); }
td.TdClassName
{
border-color: #C4D53F;
}
.TagClassName
{
border-color: #C4D53F;
}
</style>