Shades of Las Palmas #CED84E
Tints of Las Palmas #CED84E
RGB
CMYK
RGB Variations
Color information
#CED84E (or 0xCED84E) is known color: Las Palmas. HEX triplet: CE, D8 and 4E. RGB value is (206,216,78). Sum of RGB (Red+Green+Blue) = 206+216+78=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #CED84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED84E is #3127B1. Grayscale: #C5C5C5. Windows color (decimal): -3221426 or 5167310. OLE color: 5167310.
HSL color Cylindrical-coordinate representation of color #CED84E: hue angle of 64.35º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CED84E is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 78 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.15 |
| HSL | 64.35º | 0.64% | 0.58% | - |
| HSV(B) | 64.35º | 0.64% | 0.85% | - |
| XYZ | 51.38 | 62.78 | 16.62 | - |
| YUV | 197.28 | 60.69 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 78 | 0.05 | 0 | 0.64 | 0.15 | 64.35 | 0.64 | 0.58 |
| Hex | CE | D8 | 4E | 5 | 0 | 40 | F | 40 | 40 | 3A |
| Octal | 316 | 330 | 116 | 5 | 0 | 100 | 17 | 100 | 100 | 72 |
| Binary | 11001110 | 11011000 | 1001110 | 101 | 0 | 1000000 | 1111 | 1000000 | 1000000 | 111010 |
Color Harmonies of #CED84E
Complementary color
Monochromatic Colors of #CED84E
Black with #CED84E
Text Example
Text Example
White with #CED84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED84E; }
p { color: rgb(206,216,78); }
H1.HeaderClassName
{
color: #CED84E;
}
.AnyTagClassName
{
color: #CED84E;
}
</style>
background-color css
<style>
a { background-color: #CED84E; }
a { background-color: rgb(206,216,78); }
div.DivClassName
{
background-color: #CED84E;
}
.BgClassName
{
background-color: #CED84E;
}
</style>
border-color css
<style>
span { border-color: #CED84E; }
span { border-color: rgb(206,216,78); }
td.TdClassName
{
border-color: #CED84E;
}
.TagClassName
{
border-color: #CED84E;
}
</style>