Shades of Las Palmas #CDE144
Tints of Las Palmas #CDE144
RGB
CMYK
RGB Variations
Color information
#CDE144 (or 0xCDE144) is known color: Las Palmas. HEX triplet: CD, E1 and 44. RGB value is (205,225,68). Sum of RGB (Red+Green+Blue) = 205+225+68=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 68 (26.95% from 255 or 13.65% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE144 is #321EBB. Grayscale: #C9C9C9. Windows color (decimal): -3284668 or 4514253. OLE color: 4514253.
HSL color Cylindrical-coordinate representation of color #CDE144: hue angle of 67.64º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDE144 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 68 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.12 |
| HSL | 67.64º | 0.72% | 0.57% | - |
| HSV(B) | 67.64º | 0.7% | 0.88% | - |
| XYZ | 53.15 | 67.25 | 15.65 | - |
| YUV | 201.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 68 | 0.09 | 0 | 0.70 | 0.12 | 67.64 | 0.72 | 0.57 |
| Hex | CD | E1 | 44 | 9 | 0 | 46 | C | 44 | 48 | 39 |
| Octal | 315 | 341 | 104 | 11 | 0 | 106 | 14 | 104 | 110 | 71 |
| Binary | 11001101 | 11100001 | 1000100 | 1001 | 0 | 1000110 | 1100 | 1000100 | 1001000 | 111001 |
Color Harmonies of #CDE144
Complementary color
Monochromatic Colors of #CDE144
Black with #CDE144
Text Example
Text Example
White with #CDE144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE144; }
p { color: rgb(205,225,68); }
H1.HeaderClassName
{
color: #CDE144;
}
.AnyTagClassName
{
color: #CDE144;
}
</style>
background-color css
<style>
a { background-color: #CDE144; }
a { background-color: rgb(205,225,68); }
div.DivClassName
{
background-color: #CDE144;
}
.BgClassName
{
background-color: #CDE144;
}
</style>
border-color css
<style>
span { border-color: #CDE144; }
span { border-color: rgb(205,225,68); }
td.TdClassName
{
border-color: #CDE144;
}
.TagClassName
{
border-color: #CDE144;
}
</style>