Shades of Las Palmas #CEDB3E
Tints of Las Palmas #CEDB3E
RGB
CMYK
RGB Variations
Color information
#CEDB3E (or 0xCEDB3E) is known color: Las Palmas. HEX triplet: CE, DB and 3E. RGB value is (206,219,62). Sum of RGB (Red+Green+Blue) = 206+219+62=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDB3E is #3124C1. Grayscale: #C5C5C5. Windows color (decimal): -3220674 or 4119502. OLE color: 4119502.
HSL color Cylindrical-coordinate representation of color #CEDB3E: hue angle of 64.97º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEDB3E is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 62 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.14 |
| HSL | 64.97º | 0.69% | 0.55% | - |
| HSV(B) | 64.97º | 0.72% | 0.86% | - |
| XYZ | 51.65 | 64.13 | 14.21 | - |
| YUV | 197.22 | 51.69 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 62 | 0.06 | 0 | 0.72 | 0.14 | 64.97 | 0.69 | 0.55 |
| Hex | CE | DB | 3E | 6 | 0 | 48 | E | 41 | 45 | 37 |
| Octal | 316 | 333 | 76 | 6 | 0 | 110 | 16 | 101 | 105 | 67 |
| Binary | 11001110 | 11011011 | 111110 | 110 | 0 | 1001000 | 1110 | 1000001 | 1000101 | 110111 |
Color Harmonies of #CEDB3E
Complementary color
Monochromatic Colors of #CEDB3E
Black with #CEDB3E
Text Example
Text Example
White with #CEDB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB3E; }
p { color: rgb(206,219,62); }
H1.HeaderClassName
{
color: #CEDB3E;
}
.AnyTagClassName
{
color: #CEDB3E;
}
</style>
background-color css
<style>
a { background-color: #CEDB3E; }
a { background-color: rgb(206,219,62); }
div.DivClassName
{
background-color: #CEDB3E;
}
.BgClassName
{
background-color: #CEDB3E;
}
</style>
border-color css
<style>
span { border-color: #CEDB3E; }
span { border-color: rgb(206,219,62); }
td.TdClassName
{
border-color: #CEDB3E;
}
.TagClassName
{
border-color: #CEDB3E;
}
</style>