Shades of Las Palmas #CEDD4F
Tints of Las Palmas #CEDD4F
RGB
CMYK
RGB Variations
Color information
#CEDD4F (or 0xCEDD4F) is known color: Las Palmas. HEX triplet: CE, DD and 4F. RGB value is (206,221,79). Sum of RGB (Red+Green+Blue) = 206+221+79=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 79 (31.25% from 255 or 15.61% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEDD4F is #3122B0. Grayscale: #C8C8C8. Windows color (decimal): -3220145 or 5234126. OLE color: 5234126.
HSL color Cylindrical-coordinate representation of color #CEDD4F: hue angle of 66.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEDD4F is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 79 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.13 |
| HSL | 66.34º | 0.68% | 0.59% | - |
| HSV(B) | 66.34º | 0.64% | 0.87% | - |
| XYZ | 52.72 | 65.4 | 17.24 | - |
| YUV | 200.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 79 | 0.07 | 0 | 0.64 | 0.13 | 66.34 | 0.68 | 0.59 |
| Hex | CE | DD | 4F | 7 | 0 | 40 | D | 42 | 44 | 3B |
| Octal | 316 | 335 | 117 | 7 | 0 | 100 | 15 | 102 | 104 | 73 |
| Binary | 11001110 | 11011101 | 1001111 | 111 | 0 | 1000000 | 1101 | 1000010 | 1000100 | 111011 |
Color Harmonies of #CEDD4F
Complementary color
Monochromatic Colors of #CEDD4F
Black with #CEDD4F
Text Example
Text Example
White with #CEDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDD4F; }
p { color: rgb(206,221,79); }
H1.HeaderClassName
{
color: #CEDD4F;
}
.AnyTagClassName
{
color: #CEDD4F;
}
</style>
background-color css
<style>
a { background-color: #CEDD4F; }
a { background-color: rgb(206,221,79); }
div.DivClassName
{
background-color: #CEDD4F;
}
.BgClassName
{
background-color: #CEDD4F;
}
</style>
border-color css
<style>
span { border-color: #CEDD4F; }
span { border-color: rgb(206,221,79); }
td.TdClassName
{
border-color: #CEDD4F;
}
.TagClassName
{
border-color: #CEDD4F;
}
</style>