Shades of Las Palmas #C5DD3E
Tints of Las Palmas #C5DD3E
RGB
CMYK
RGB Variations
Color information
#C5DD3E (or 0xC5DD3E) is known color: Las Palmas. HEX triplet: C5, DD and 3E. RGB value is (197,221,62). Sum of RGB (Red+Green+Blue) = 197+221+62=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 62 (24.61% from 255 or 12.92% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DD3E is #3A22C1. Grayscale: #C4C4C4. Windows color (decimal): -3809986 or 4120005. OLE color: 4120005.
HSL color Cylindrical-coordinate representation of color #C5DD3E: hue angle of 69.06º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5DD3E is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 62 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.13 |
| HSL | 69.06º | 0.7% | 0.55% | - |
| HSV(B) | 69.06º | 0.72% | 0.87% | - |
| XYZ | 49.75 | 63.93 | 14.28 | - |
| YUV | 195.7 | 52.55 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 62 | 0.11 | 0 | 0.72 | 0.13 | 69.06 | 0.7 | 0.55 |
| Hex | C5 | DD | 3E | B | 0 | 48 | D | 45 | 46 | 37 |
| Octal | 305 | 335 | 76 | 13 | 0 | 110 | 15 | 105 | 106 | 67 |
| Binary | 11000101 | 11011101 | 111110 | 1011 | 0 | 1001000 | 1101 | 1000101 | 1000110 | 110111 |
Color Harmonies of #C5DD3E
Complementary color
Monochromatic Colors of #C5DD3E
Black with #C5DD3E
Text Example
Text Example
White with #C5DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DD3E; }
p { color: rgb(197,221,62); }
H1.HeaderClassName
{
color: #C5DD3E;
}
.AnyTagClassName
{
color: #C5DD3E;
}
</style>
background-color css
<style>
a { background-color: #C5DD3E; }
a { background-color: rgb(197,221,62); }
div.DivClassName
{
background-color: #C5DD3E;
}
.BgClassName
{
background-color: #C5DD3E;
}
</style>
border-color css
<style>
span { border-color: #C5DD3E; }
span { border-color: rgb(197,221,62); }
td.TdClassName
{
border-color: #C5DD3E;
}
.TagClassName
{
border-color: #C5DD3E;
}
</style>