Shades of Las Palmas #CEDD4E
Tints of Las Palmas #CEDD4E
RGB
CMYK
RGB Variations
Color information
#CEDD4E (or 0xCEDD4E) is known color: Las Palmas. HEX triplet: CE, DD and 4E. RGB value is (206,221,78). Sum of RGB (Red+Green+Blue) = 206+221+78=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 78 (30.86% from 255 or 15.45% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD4E is #3122B1. Grayscale: #C8C8C8. Windows color (decimal): -3220146 or 5168590. OLE color: 5168590.
HSL color Cylindrical-coordinate representation of color #CEDD4E: hue angle of 66.29º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEDD4E is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 78 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.13 |
| HSL | 66.29º | 0.68% | 0.59% | - |
| HSV(B) | 66.29º | 0.65% | 0.87% | - |
| XYZ | 52.69 | 65.38 | 17.05 | - |
| YUV | 200.21 | 59.03 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 78 | 0.07 | 0 | 0.65 | 0.13 | 66.29 | 0.68 | 0.59 |
| Hex | CE | DD | 4E | 7 | 0 | 41 | D | 42 | 44 | 3B |
| Octal | 316 | 335 | 116 | 7 | 0 | 101 | 15 | 102 | 104 | 73 |
| Binary | 11001110 | 11011101 | 1001110 | 111 | 0 | 1000001 | 1101 | 1000010 | 1000100 | 111011 |
Color Harmonies of #CEDD4E
Complementary color
Monochromatic Colors of #CEDD4E
Black with #CEDD4E
Text Example
Text Example
White with #CEDD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD4E; }
p { color: rgb(206,221,78); }
H1.HeaderClassName
{
color: #CEDD4E;
}
.AnyTagClassName
{
color: #CEDD4E;
}
</style>
background-color css
<style>
a { background-color: #CEDD4E; }
a { background-color: rgb(206,221,78); }
div.DivClassName
{
background-color: #CEDD4E;
}
.BgClassName
{
background-color: #CEDD4E;
}
</style>
border-color css
<style>
span { border-color: #CEDD4E; }
span { border-color: rgb(206,221,78); }
td.TdClassName
{
border-color: #CEDD4E;
}
.TagClassName
{
border-color: #CEDD4E;
}
</style>