Shades of Las Palmas #CED84D
Tints of Las Palmas #CED84D
RGB
CMYK
RGB Variations
Color information
#CED84D (or 0xCED84D) is known color: Las Palmas. HEX triplet: CE, D8 and 4D. RGB value is (206,216,77). Sum of RGB (Red+Green+Blue) = 206+216+77=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #CED84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED84D is #3127B2. Grayscale: #C5C5C5. Windows color (decimal): -3221427 or 5101774. OLE color: 5101774.
HSL color Cylindrical-coordinate representation of color #CED84D: hue angle of 64.32º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CED84D is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 77 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.15 |
| HSL | 64.32º | 0.64% | 0.57% | - |
| HSV(B) | 64.32º | 0.64% | 0.85% | - |
| XYZ | 51.35 | 62.77 | 16.43 | - |
| YUV | 197.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 77 | 0.05 | 0 | 0.64 | 0.15 | 64.32 | 0.64 | 0.57 |
| Hex | CE | D8 | 4D | 5 | 0 | 40 | F | 40 | 40 | 39 |
| Octal | 316 | 330 | 115 | 5 | 0 | 100 | 17 | 100 | 100 | 71 |
| Binary | 11001110 | 11011000 | 1001101 | 101 | 0 | 1000000 | 1111 | 1000000 | 1000000 | 111001 |
Color Harmonies of #CED84D
Complementary color
Monochromatic Colors of #CED84D
Black with #CED84D
Text Example
Text Example
White with #CED84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED84D; }
p { color: rgb(206,216,77); }
H1.HeaderClassName
{
color: #CED84D;
}
.AnyTagClassName
{
color: #CED84D;
}
</style>
background-color css
<style>
a { background-color: #CED84D; }
a { background-color: rgb(206,216,77); }
div.DivClassName
{
background-color: #CED84D;
}
.BgClassName
{
background-color: #CED84D;
}
</style>
border-color css
<style>
span { border-color: #CED84D; }
span { border-color: rgb(206,216,77); }
td.TdClassName
{
border-color: #CED84D;
}
.TagClassName
{
border-color: #CED84D;
}
</style>