Shades of Las Palmas #CEDE4D
Tints of Las Palmas #CEDE4D
RGB
CMYK
RGB Variations
Color information
#CEDE4D (or 0xCEDE4D) is known color: Las Palmas. HEX triplet: CE, DE and 4D. RGB value is (206,222,77). Sum of RGB (Red+Green+Blue) = 206+222+77=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDE4D is #3121B2. Grayscale: #C9C9C9. Windows color (decimal): -3219891 or 5103310. OLE color: 5103310.
HSL color Cylindrical-coordinate representation of color #CEDE4D: hue angle of 66.62º degrees, saturation: 0.69, 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 #CEDE4D is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 77 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.13 |
| HSL | 66.62º | 0.69% | 0.59% | - |
| HSV(B) | 66.62º | 0.65% | 0.87% | - |
| XYZ | 52.91 | 65.9 | 16.95 | - |
| YUV | 200.69 | 58.2 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 77 | 0.07 | 0 | 0.65 | 0.13 | 66.62 | 0.69 | 0.59 |
| Hex | CE | DE | 4D | 7 | 0 | 41 | D | 43 | 45 | 3B |
| Octal | 316 | 336 | 115 | 7 | 0 | 101 | 15 | 103 | 105 | 73 |
| Binary | 11001110 | 11011110 | 1001101 | 111 | 0 | 1000001 | 1101 | 1000011 | 1000101 | 111011 |
Color Harmonies of #CEDE4D
Complementary color
Monochromatic Colors of #CEDE4D
Black with #CEDE4D
Text Example
Text Example
White with #CEDE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE4D; }
p { color: rgb(206,222,77); }
H1.HeaderClassName
{
color: #CEDE4D;
}
.AnyTagClassName
{
color: #CEDE4D;
}
</style>
background-color css
<style>
a { background-color: #CEDE4D; }
a { background-color: rgb(206,222,77); }
div.DivClassName
{
background-color: #CEDE4D;
}
.BgClassName
{
background-color: #CEDE4D;
}
</style>
border-color css
<style>
span { border-color: #CEDE4D; }
span { border-color: rgb(206,222,77); }
td.TdClassName
{
border-color: #CEDE4D;
}
.TagClassName
{
border-color: #CEDE4D;
}
</style>