Shades of Las Palmas #CEDA3E
Tints of Las Palmas #CEDA3E
RGB
CMYK
RGB Variations
Color information
#CEDA3E (or 0xCEDA3E) is known color: Las Palmas. HEX triplet: CE, DA and 3E. RGB value is (206,218,62). Sum of RGB (Red+Green+Blue) = 206+218+62=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 62 (24.61% from 255 or 12.76% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDA3E is #3125C1. Grayscale: #C5C5C5. Windows color (decimal): -3220930 or 4119246. OLE color: 4119246.
HSL color Cylindrical-coordinate representation of color #CEDA3E: hue angle of 64.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEDA3E is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 62 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.15 |
| HSL | 64.62º | 0.68% | 0.55% | - |
| HSV(B) | 64.62º | 0.72% | 0.85% | - |
| XYZ | 51.39 | 63.61 | 14.13 | - |
| YUV | 196.63 | 52.02 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 62 | 0.06 | 0 | 0.72 | 0.15 | 64.62 | 0.68 | 0.55 |
| Hex | CE | DA | 3E | 6 | 0 | 48 | F | 41 | 44 | 37 |
| Octal | 316 | 332 | 76 | 6 | 0 | 110 | 17 | 101 | 104 | 67 |
| Binary | 11001110 | 11011010 | 111110 | 110 | 0 | 1001000 | 1111 | 1000001 | 1000100 | 110111 |
Color Harmonies of #CEDA3E
Complementary color
Monochromatic Colors of #CEDA3E
Black with #CEDA3E
Text Example
Text Example
White with #CEDA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDA3E; }
p { color: rgb(206,218,62); }
H1.HeaderClassName
{
color: #CEDA3E;
}
.AnyTagClassName
{
color: #CEDA3E;
}
</style>
background-color css
<style>
a { background-color: #CEDA3E; }
a { background-color: rgb(206,218,62); }
div.DivClassName
{
background-color: #CEDA3E;
}
.BgClassName
{
background-color: #CEDA3E;
}
</style>
border-color css
<style>
span { border-color: #CEDA3E; }
span { border-color: rgb(206,218,62); }
td.TdClassName
{
border-color: #CEDA3E;
}
.TagClassName
{
border-color: #CEDA3E;
}
</style>