Shades of Las Palmas #C5D244
Tints of Las Palmas #C5D244
RGB
CMYK
RGB Variations
Color information
#C5D244 (or 0xC5D244) is known color: Las Palmas. HEX triplet: C5, D2 and 44. RGB value is (197,210,68). Sum of RGB (Red+Green+Blue) = 197+210+68=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D244 is #3A2DBB. Grayscale: #BEBEBE. Windows color (decimal): -3812796 or 4510405. OLE color: 4510405.
HSL color Cylindrical-coordinate representation of color #C5D244: hue angle of 65.49º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5D244 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 68 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.18 |
| HSL | 65.49º | 0.61% | 0.55% | - |
| HSV(B) | 65.49º | 0.68% | 0.82% | - |
| XYZ | 47.12 | 58.38 | 14.25 | - |
| YUV | 189.93 | 59.19 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 68 | 0.06 | 0 | 0.68 | 0.18 | 65.49 | 0.61 | 0.55 |
| Hex | C5 | D2 | 44 | 6 | 0 | 44 | 12 | 41 | 3D | 37 |
| Octal | 305 | 322 | 104 | 6 | 0 | 104 | 22 | 101 | 75 | 67 |
| Binary | 11000101 | 11010010 | 1000100 | 110 | 0 | 1000100 | 10010 | 1000001 | 111101 | 110111 |
Color Harmonies of #C5D244
Complementary color
Monochromatic Colors of #C5D244
Black with #C5D244
Text Example
Text Example
White with #C5D244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D244; }
p { color: rgb(197,210,68); }
H1.HeaderClassName
{
color: #C5D244;
}
.AnyTagClassName
{
color: #C5D244;
}
</style>
background-color css
<style>
a { background-color: #C5D244; }
a { background-color: rgb(197,210,68); }
div.DivClassName
{
background-color: #C5D244;
}
.BgClassName
{
background-color: #C5D244;
}
</style>
border-color css
<style>
span { border-color: #C5D244; }
span { border-color: rgb(197,210,68); }
td.TdClassName
{
border-color: #C5D244;
}
.TagClassName
{
border-color: #C5D244;
}
</style>