Shades of Las Palmas #CDE84E
Tints of Las Palmas #CDE84E
RGB
CMYK
RGB Variations
Color information
#CDE84E (or 0xCDE84E) is known color: Las Palmas. HEX triplet: CD, E8 and 4E. RGB value is (205,232,78). Sum of RGB (Red+Green+Blue) = 205+232+78=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE84E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE84E is #3217B1. Grayscale: #CECECE. Windows color (decimal): -3282866 or 5171405. OLE color: 5171405.
HSL color Cylindrical-coordinate representation of color #CDE84E: hue angle of 70.52º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDE84E is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 78 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.09 |
| HSL | 70.52º | 0.77% | 0.61% | - |
| HSV(B) | 70.52º | 0.66% | 0.91% | - |
| XYZ | 55.41 | 71.24 | 18.04 | - |
| YUV | 206.37 | 55.55 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 78 | 0.12 | 0 | 0.66 | 0.09 | 70.52 | 0.77 | 0.61 |
| Hex | CD | E8 | 4E | C | 0 | 42 | 9 | 47 | 4D | 3D |
| Octal | 315 | 350 | 116 | 14 | 0 | 102 | 11 | 107 | 115 | 75 |
| Binary | 11001101 | 11101000 | 1001110 | 1100 | 0 | 1000010 | 1001 | 1000111 | 1001101 | 111101 |
Color Harmonies of #CDE84E
Complementary color
Monochromatic Colors of #CDE84E
Black with #CDE84E
Text Example
Text Example
White with #CDE84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE84E; }
p { color: rgb(205,232,78); }
H1.HeaderClassName
{
color: #CDE84E;
}
.AnyTagClassName
{
color: #CDE84E;
}
</style>
background-color css
<style>
a { background-color: #CDE84E; }
a { background-color: rgb(205,232,78); }
div.DivClassName
{
background-color: #CDE84E;
}
.BgClassName
{
background-color: #CDE84E;
}
</style>
border-color css
<style>
span { border-color: #CDE84E; }
span { border-color: rgb(205,232,78); }
td.TdClassName
{
border-color: #CDE84E;
}
.TagClassName
{
border-color: #CDE84E;
}
</style>