Shades of Las Palmas #CDE14D
Tints of Las Palmas #CDE14D
RGB
CMYK
RGB Variations
Color information
#CDE14D (or 0xCDE14D) is known color: Las Palmas. HEX triplet: CD, E1 and 4D. RGB value is (205,225,77). Sum of RGB (Red+Green+Blue) = 205+225+77=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE14D is #321EB2. Grayscale: #CACACA. Windows color (decimal): -3284659 or 5104077. OLE color: 5104077.
HSL color Cylindrical-coordinate representation of color #CDE14D: hue angle of 68.11º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDE14D is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 225 | 77 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.12 |
| HSL | 68.11º | 0.71% | 0.59% | - |
| HSV(B) | 68.11º | 0.66% | 0.88% | - |
| XYZ | 53.44 | 67.37 | 17.21 | - |
| YUV | 202.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 77 | 0.09 | 0 | 0.66 | 0.12 | 68.11 | 0.71 | 0.59 |
| Hex | CD | E1 | 4D | 9 | 0 | 42 | C | 44 | 47 | 3B |
| Octal | 315 | 341 | 115 | 11 | 0 | 102 | 14 | 104 | 107 | 73 |
| Binary | 11001101 | 11100001 | 1001101 | 1001 | 0 | 1000010 | 1100 | 1000100 | 1000111 | 111011 |
Color Harmonies of #CDE14D
Complementary color
Monochromatic Colors of #CDE14D
Black with #CDE14D
Text Example
Text Example
White with #CDE14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE14D; }
p { color: rgb(205,225,77); }
H1.HeaderClassName
{
color: #CDE14D;
}
.AnyTagClassName
{
color: #CDE14D;
}
</style>
background-color css
<style>
a { background-color: #CDE14D; }
a { background-color: rgb(205,225,77); }
div.DivClassName
{
background-color: #CDE14D;
}
.BgClassName
{
background-color: #CDE14D;
}
</style>
border-color css
<style>
span { border-color: #CDE14D; }
span { border-color: rgb(205,225,77); }
td.TdClassName
{
border-color: #CDE14D;
}
.TagClassName
{
border-color: #CDE14D;
}
</style>