Shades of Las Palmas #C5D448
Tints of Las Palmas #C5D448
RGB
CMYK
RGB Variations
Color information
#C5D448 (or 0xC5D448) is known color: Las Palmas. HEX triplet: C5, D4 and 48. RGB value is (197,212,72). Sum of RGB (Red+Green+Blue) = 197+212+72=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D448 is #3A2BB7. Grayscale: #C0C0C0. Windows color (decimal): -3812280 or 4773061. OLE color: 4773061.
HSL color Cylindrical-coordinate representation of color #C5D448: hue angle of 66.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5D448 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 212 | 72 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.17 |
| HSL | 66.43º | 0.62% | 0.56% | - |
| HSV(B) | 66.43º | 0.66% | 0.83% | - |
| XYZ | 47.74 | 59.43 | 15.08 | - |
| YUV | 191.56 | 60.53 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 212 | 72 | 0.07 | 0 | 0.66 | 0.17 | 66.43 | 0.62 | 0.56 |
| Hex | C5 | D4 | 48 | 7 | 0 | 42 | 11 | 42 | 3E | 38 |
| Octal | 305 | 324 | 110 | 7 | 0 | 102 | 21 | 102 | 76 | 70 |
| Binary | 11000101 | 11010100 | 1001000 | 111 | 0 | 1000010 | 10001 | 1000010 | 111110 | 111000 |
Color Harmonies of #C5D448
Complementary color
Monochromatic Colors of #C5D448
Black with #C5D448
Text Example
Text Example
White with #C5D448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D448; }
p { color: rgb(197,212,72); }
H1.HeaderClassName
{
color: #C5D448;
}
.AnyTagClassName
{
color: #C5D448;
}
</style>
background-color css
<style>
a { background-color: #C5D448; }
a { background-color: rgb(197,212,72); }
div.DivClassName
{
background-color: #C5D448;
}
.BgClassName
{
background-color: #C5D448;
}
</style>
border-color css
<style>
span { border-color: #C5D448; }
span { border-color: rgb(197,212,72); }
td.TdClassName
{
border-color: #C5D448;
}
.TagClassName
{
border-color: #C5D448;
}
</style>