Shades of Las Palmas #CEDC4B
Tints of Las Palmas #CEDC4B
RGB
CMYK
RGB Variations
Color information
#CEDC4B (or 0xCEDC4B) is known color: Las Palmas. HEX triplet: CE, DC and 4B. RGB value is (206,220,75). Sum of RGB (Red+Green+Blue) = 206+220+75=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 75 (29.69% from 255 or 14.97% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC4B is #3123B4. Grayscale: #C7C7C7. Windows color (decimal): -3220405 or 4971726. OLE color: 4971726.
HSL color Cylindrical-coordinate representation of color #CEDC4B: hue angle of 65.79º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEDC4B is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 75 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.14 |
| HSL | 65.79º | 0.67% | 0.58% | - |
| HSV(B) | 65.79º | 0.66% | 0.86% | - |
| XYZ | 52.32 | 64.82 | 16.41 | - |
| YUV | 199.28 | 57.86 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 75 | 0.06 | 0 | 0.66 | 0.14 | 65.79 | 0.67 | 0.58 |
| Hex | CE | DC | 4B | 6 | 0 | 42 | E | 42 | 43 | 3A |
| Octal | 316 | 334 | 113 | 6 | 0 | 102 | 16 | 102 | 103 | 72 |
| Binary | 11001110 | 11011100 | 1001011 | 110 | 0 | 1000010 | 1110 | 1000010 | 1000011 | 111010 |
Color Harmonies of #CEDC4B
Complementary color
Monochromatic Colors of #CEDC4B
Black with #CEDC4B
Text Example
Text Example
White with #CEDC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC4B; }
p { color: rgb(206,220,75); }
H1.HeaderClassName
{
color: #CEDC4B;
}
.AnyTagClassName
{
color: #CEDC4B;
}
</style>
background-color css
<style>
a { background-color: #CEDC4B; }
a { background-color: rgb(206,220,75); }
div.DivClassName
{
background-color: #CEDC4B;
}
.BgClassName
{
background-color: #CEDC4B;
}
</style>
border-color css
<style>
span { border-color: #CEDC4B; }
span { border-color: rgb(206,220,75); }
td.TdClassName
{
border-color: #CEDC4B;
}
.TagClassName
{
border-color: #CEDC4B;
}
</style>