Shades of Las Palmas #CEDA49
Tints of Las Palmas #CEDA49
RGB
CMYK
RGB Variations
Color information
#CEDA49 (or 0xCEDA49) is known color: Las Palmas. HEX triplet: CE, DA and 49. RGB value is (206,218,73). Sum of RGB (Red+Green+Blue) = 206+218+73=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 73 (28.91% from 255 or 14.69% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA49 is #3125B6. Grayscale: #C6C6C6. Windows color (decimal): -3220919 or 4840142. OLE color: 4840142.
HSL color Cylindrical-coordinate representation of color #CEDA49: hue angle of 64.97º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEDA49 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 73 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.15 |
| HSL | 64.97º | 0.66% | 0.57% | - |
| HSV(B) | 64.97º | 0.67% | 0.85% | - |
| XYZ | 51.73 | 63.75 | 15.88 | - |
| YUV | 197.88 | 57.52 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 73 | 0.06 | 0 | 0.67 | 0.15 | 64.97 | 0.66 | 0.57 |
| Hex | CE | DA | 49 | 6 | 0 | 43 | F | 41 | 42 | 39 |
| Octal | 316 | 332 | 111 | 6 | 0 | 103 | 17 | 101 | 102 | 71 |
| Binary | 11001110 | 11011010 | 1001001 | 110 | 0 | 1000011 | 1111 | 1000001 | 1000010 | 111001 |
Color Harmonies of #CEDA49
Complementary color
Monochromatic Colors of #CEDA49
Black with #CEDA49
Text Example
Text Example
White with #CEDA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA49; }
p { color: rgb(206,218,73); }
H1.HeaderClassName
{
color: #CEDA49;
}
.AnyTagClassName
{
color: #CEDA49;
}
</style>
background-color css
<style>
a { background-color: #CEDA49; }
a { background-color: rgb(206,218,73); }
div.DivClassName
{
background-color: #CEDA49;
}
.BgClassName
{
background-color: #CEDA49;
}
</style>
border-color css
<style>
span { border-color: #CEDA49; }
span { border-color: rgb(206,218,73); }
td.TdClassName
{
border-color: #CEDA49;
}
.TagClassName
{
border-color: #CEDA49;
}
</style>