Shades of Las Palmas #CEDD3E
Tints of Las Palmas #CEDD3E
RGB
CMYK
RGB Variations
Color information
#CEDD3E (or 0xCEDD3E) is known color: Las Palmas. HEX triplet: CE, DD and 3E. RGB value is (206,221,62). Sum of RGB (Red+Green+Blue) = 206+221+62=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDD3E is #3122C1. Grayscale: #C7C7C7. Windows color (decimal): -3220162 or 4120014. OLE color: 4120014.
HSL color Cylindrical-coordinate representation of color #CEDD3E: hue angle of 65.66º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEDD3E is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 62 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.13 |
| HSL | 65.66º | 0.7% | 0.55% | - |
| HSV(B) | 65.66º | 0.72% | 0.87% | - |
| XYZ | 52.18 | 65.18 | 14.39 | - |
| YUV | 198.39 | 51.03 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 62 | 0.07 | 0 | 0.72 | 0.13 | 65.66 | 0.7 | 0.55 |
| Hex | CE | DD | 3E | 7 | 0 | 48 | D | 42 | 46 | 37 |
| Octal | 316 | 335 | 76 | 7 | 0 | 110 | 15 | 102 | 106 | 67 |
| Binary | 11001110 | 11011101 | 111110 | 111 | 0 | 1001000 | 1101 | 1000010 | 1000110 | 110111 |
Color Harmonies of #CEDD3E
Complementary color
Monochromatic Colors of #CEDD3E
Black with #CEDD3E
Text Example
Text Example
White with #CEDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD3E; }
p { color: rgb(206,221,62); }
H1.HeaderClassName
{
color: #CEDD3E;
}
.AnyTagClassName
{
color: #CEDD3E;
}
</style>
background-color css
<style>
a { background-color: #CEDD3E; }
a { background-color: rgb(206,221,62); }
div.DivClassName
{
background-color: #CEDD3E;
}
.BgClassName
{
background-color: #CEDD3E;
}
</style>
border-color css
<style>
span { border-color: #CEDD3E; }
span { border-color: rgb(206,221,62); }
td.TdClassName
{
border-color: #CEDD3E;
}
.TagClassName
{
border-color: #CEDD3E;
}
</style>