Shades of Las Palmas #CDE342
Tints of Las Palmas #CDE342
RGB
CMYK
RGB Variations
Color information
#CDE342 (or 0xCDE342) is known color: Las Palmas. HEX triplet: CD, E3 and 42. RGB value is (205,227,66). Sum of RGB (Red+Green+Blue) = 205+227+66=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE342 is #321CBD. Grayscale: #CACACA. Windows color (decimal): -3284158 or 4383693. OLE color: 4383693.
HSL color Cylindrical-coordinate representation of color #CDE342: hue angle of 68.2º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDE342 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 66 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.11 |
| HSL | 68.2º | 0.74% | 0.57% | - |
| HSV(B) | 68.2º | 0.71% | 0.89% | - |
| XYZ | 53.63 | 68.31 | 15.51 | - |
| YUV | 202.07 | 51.21 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 66 | 0.10 | 0 | 0.71 | 0.11 | 68.2 | 0.74 | 0.57 |
| Hex | CD | E3 | 42 | A | 0 | 47 | B | 44 | 4A | 39 |
| Octal | 315 | 343 | 102 | 12 | 0 | 107 | 13 | 104 | 112 | 71 |
| Binary | 11001101 | 11100011 | 1000010 | 1010 | 0 | 1000111 | 1011 | 1000100 | 1001010 | 111001 |
Color Harmonies of #CDE342
Complementary color
Monochromatic Colors of #CDE342
Black with #CDE342
Text Example
Text Example
White with #CDE342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE342; }
p { color: rgb(205,227,66); }
H1.HeaderClassName
{
color: #CDE342;
}
.AnyTagClassName
{
color: #CDE342;
}
</style>
background-color css
<style>
a { background-color: #CDE342; }
a { background-color: rgb(205,227,66); }
div.DivClassName
{
background-color: #CDE342;
}
.BgClassName
{
background-color: #CDE342;
}
</style>
border-color css
<style>
span { border-color: #CDE342; }
span { border-color: rgb(205,227,66); }
td.TdClassName
{
border-color: #CDE342;
}
.TagClassName
{
border-color: #CDE342;
}
</style>