Shades of Las Palmas #CEDB4D
Tints of Las Palmas #CEDB4D
RGB
CMYK
RGB Variations
Color information
#CEDB4D (or 0xCEDB4D) is known color: Las Palmas. HEX triplet: CE, DB and 4D. RGB value is (206,219,77). Sum of RGB (Red+Green+Blue) = 206+219+77=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDB4D is #3124B2. Grayscale: #C7C7C7. Windows color (decimal): -3220659 or 5102542. OLE color: 5102542.
HSL color Cylindrical-coordinate representation of color #CEDB4D: hue angle of 65.49º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEDB4D is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 77 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.14 |
| HSL | 65.49º | 0.66% | 0.58% | - |
| HSV(B) | 65.49º | 0.65% | 0.86% | - |
| XYZ | 52.12 | 64.32 | 16.69 | - |
| YUV | 198.93 | 59.19 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 77 | 0.06 | 0 | 0.65 | 0.14 | 65.49 | 0.66 | 0.58 |
| Hex | CE | DB | 4D | 6 | 0 | 41 | E | 41 | 42 | 3A |
| Octal | 316 | 333 | 115 | 6 | 0 | 101 | 16 | 101 | 102 | 72 |
| Binary | 11001110 | 11011011 | 1001101 | 110 | 0 | 1000001 | 1110 | 1000001 | 1000010 | 111010 |
Color Harmonies of #CEDB4D
Complementary color
Monochromatic Colors of #CEDB4D
Black with #CEDB4D
Text Example
Text Example
White with #CEDB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB4D; }
p { color: rgb(206,219,77); }
H1.HeaderClassName
{
color: #CEDB4D;
}
.AnyTagClassName
{
color: #CEDB4D;
}
</style>
background-color css
<style>
a { background-color: #CEDB4D; }
a { background-color: rgb(206,219,77); }
div.DivClassName
{
background-color: #CEDB4D;
}
.BgClassName
{
background-color: #CEDB4D;
}
</style>
border-color css
<style>
span { border-color: #CEDB4D; }
span { border-color: rgb(206,219,77); }
td.TdClassName
{
border-color: #CEDB4D;
}
.TagClassName
{
border-color: #CEDB4D;
}
</style>