Shades of Las Palmas #CDE141
Tints of Las Palmas #CDE141
RGB
CMYK
RGB Variations
Color information
#CDE141 (or 0xCDE141) is known color: Las Palmas. HEX triplet: CD, E1 and 41. RGB value is (205,225,65). Sum of RGB (Red+Green+Blue) = 205+225+65=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE141 is #321EBE. Grayscale: #C9C9C9. Windows color (decimal): -3284671 or 4317645. OLE color: 4317645.
HSL color Cylindrical-coordinate representation of color #CDE141: hue angle of 67.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDE141 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 65 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.12 |
| HSL | 67.5º | 0.73% | 0.57% | - |
| HSV(B) | 67.5º | 0.71% | 0.88% | - |
| XYZ | 53.06 | 67.21 | 15.18 | - |
| YUV | 200.78 | 51.37 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 65 | 0.09 | 0 | 0.71 | 0.12 | 67.5 | 0.73 | 0.57 |
| Hex | CD | E1 | 41 | 9 | 0 | 47 | C | 44 | 49 | 39 |
| Octal | 315 | 341 | 101 | 11 | 0 | 107 | 14 | 104 | 111 | 71 |
| Binary | 11001101 | 11100001 | 1000001 | 1001 | 0 | 1000111 | 1100 | 1000100 | 1001001 | 111001 |
Color Harmonies of #CDE141
Complementary color
Monochromatic Colors of #CDE141
Black with #CDE141
Text Example
Text Example
White with #CDE141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE141; }
p { color: rgb(205,225,65); }
H1.HeaderClassName
{
color: #CDE141;
}
.AnyTagClassName
{
color: #CDE141;
}
</style>
background-color css
<style>
a { background-color: #CDE141; }
a { background-color: rgb(205,225,65); }
div.DivClassName
{
background-color: #CDE141;
}
.BgClassName
{
background-color: #CDE141;
}
</style>
border-color css
<style>
span { border-color: #CDE141; }
span { border-color: rgb(205,225,65); }
td.TdClassName
{
border-color: #CDE141;
}
.TagClassName
{
border-color: #CDE141;
}
</style>