Shades of Las Palmas #CEDC3E
Tints of Las Palmas #CEDC3E
RGB
CMYK
RGB Variations
Color information
#CEDC3E (or 0xCEDC3E) is known color: Las Palmas. HEX triplet: CE, DC and 3E. RGB value is (206,220,62). Sum of RGB (Red+Green+Blue) = 206+220+62=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC3E is #3123C1. Grayscale: #C6C6C6. Windows color (decimal): -3220418 or 4119758. OLE color: 4119758.
HSL color Cylindrical-coordinate representation of color #CEDC3E: hue angle of 65.32º 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 #CEDC3E is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 62 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.14 |
| HSL | 65.32º | 0.69% | 0.55% | - |
| HSV(B) | 65.32º | 0.72% | 0.86% | - |
| XYZ | 51.92 | 64.66 | 14.3 | - |
| YUV | 197.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 62 | 0.06 | 0 | 0.72 | 0.14 | 65.32 | 0.69 | 0.55 |
| Hex | CE | DC | 3E | 6 | 0 | 48 | E | 41 | 45 | 37 |
| Octal | 316 | 334 | 76 | 6 | 0 | 110 | 16 | 101 | 105 | 67 |
| Binary | 11001110 | 11011100 | 111110 | 110 | 0 | 1001000 | 1110 | 1000001 | 1000101 | 110111 |
Color Harmonies of #CEDC3E
Complementary color
Monochromatic Colors of #CEDC3E
Black with #CEDC3E
Text Example
Text Example
White with #CEDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC3E; }
p { color: rgb(206,220,62); }
H1.HeaderClassName
{
color: #CEDC3E;
}
.AnyTagClassName
{
color: #CEDC3E;
}
</style>
background-color css
<style>
a { background-color: #CEDC3E; }
a { background-color: rgb(206,220,62); }
div.DivClassName
{
background-color: #CEDC3E;
}
.BgClassName
{
background-color: #CEDC3E;
}
</style>
border-color css
<style>
span { border-color: #CEDC3E; }
span { border-color: rgb(206,220,62); }
td.TdClassName
{
border-color: #CEDC3E;
}
.TagClassName
{
border-color: #CEDC3E;
}
</style>