Shades of Las Palmas #CEDA4A
Tints of Las Palmas #CEDA4A
RGB
CMYK
RGB Variations
Color information
#CEDA4A (or 0xCEDA4A) is known color: Las Palmas. HEX triplet: CE, DA and 4A. RGB value is (206,218,74). Sum of RGB (Red+Green+Blue) = 206+218+74=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 74 (29.30% from 255 or 14.86% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA4A is #3125B5. Grayscale: #C6C6C6. Windows color (decimal): -3220918 or 4905678. OLE color: 4905678.
HSL color Cylindrical-coordinate representation of color #CEDA4A: hue angle of 65º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEDA4A is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 74 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.15 |
| HSL | 65º | 0.66% | 0.57% | - |
| HSV(B) | 65º | 0.66% | 0.85% | - |
| XYZ | 51.76 | 63.76 | 16.06 | - |
| YUV | 198 | 58.02 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 74 | 0.06 | 0 | 0.66 | 0.15 | 65 | 0.66 | 0.57 |
| Hex | CE | DA | 4A | 6 | 0 | 42 | F | 41 | 42 | 39 |
| Octal | 316 | 332 | 112 | 6 | 0 | 102 | 17 | 101 | 102 | 71 |
| Binary | 11001110 | 11011010 | 1001010 | 110 | 0 | 1000010 | 1111 | 1000001 | 1000010 | 111001 |
Color Harmonies of #CEDA4A
Complementary color
Monochromatic Colors of #CEDA4A
Black with #CEDA4A
Text Example
Text Example
White with #CEDA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA4A; }
p { color: rgb(206,218,74); }
H1.HeaderClassName
{
color: #CEDA4A;
}
.AnyTagClassName
{
color: #CEDA4A;
}
</style>
background-color css
<style>
a { background-color: #CEDA4A; }
a { background-color: rgb(206,218,74); }
div.DivClassName
{
background-color: #CEDA4A;
}
.BgClassName
{
background-color: #CEDA4A;
}
</style>
border-color css
<style>
span { border-color: #CEDA4A; }
span { border-color: rgb(206,218,74); }
td.TdClassName
{
border-color: #CEDA4A;
}
.TagClassName
{
border-color: #CEDA4A;
}
</style>