Shades of Las Palmas #CDE84D
Tints of Las Palmas #CDE84D
RGB
CMYK
RGB Variations
Color information
#CDE84D (or 0xCDE84D) is known color: Las Palmas. HEX triplet: CD, E8 and 4D. RGB value is (205,232,77). Sum of RGB (Red+Green+Blue) = 205+232+77=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE84D is #3217B2. Grayscale: #CECECE. Windows color (decimal): -3282867 or 5105869. OLE color: 5105869.
HSL color Cylindrical-coordinate representation of color #CDE84D: hue angle of 70.45º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDE84D is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 77 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.09 |
| HSL | 70.45º | 0.77% | 0.61% | - |
| HSV(B) | 70.45º | 0.67% | 0.91% | - |
| XYZ | 55.37 | 71.23 | 17.85 | - |
| YUV | 206.26 | 55.05 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 77 | 0.12 | 0 | 0.67 | 0.09 | 70.45 | 0.77 | 0.61 |
| Hex | CD | E8 | 4D | C | 0 | 43 | 9 | 46 | 4D | 3D |
| Octal | 315 | 350 | 115 | 14 | 0 | 103 | 11 | 106 | 115 | 75 |
| Binary | 11001101 | 11101000 | 1001101 | 1100 | 0 | 1000011 | 1001 | 1000110 | 1001101 | 111101 |
Color Harmonies of #CDE84D
Complementary color
Monochromatic Colors of #CDE84D
Black with #CDE84D
Text Example
Text Example
White with #CDE84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE84D; }
p { color: rgb(205,232,77); }
H1.HeaderClassName
{
color: #CDE84D;
}
.AnyTagClassName
{
color: #CDE84D;
}
</style>
background-color css
<style>
a { background-color: #CDE84D; }
a { background-color: rgb(205,232,77); }
div.DivClassName
{
background-color: #CDE84D;
}
.BgClassName
{
background-color: #CDE84D;
}
</style>
border-color css
<style>
span { border-color: #CDE84D; }
span { border-color: rgb(205,232,77); }
td.TdClassName
{
border-color: #CDE84D;
}
.TagClassName
{
border-color: #CDE84D;
}
</style>