Shades of Las Palmas #CED94D
Tints of Las Palmas #CED94D
RGB
CMYK
RGB Variations
Color information
#CED94D (or 0xCED94D) is known color: Las Palmas. HEX triplet: CE, D9 and 4D. RGB value is (206,217,77). Sum of RGB (Red+Green+Blue) = 206+217+77=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #CED94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED94D is #3126B2. Grayscale: #C6C6C6. Windows color (decimal): -3221171 or 5102030. OLE color: 5102030.
HSL color Cylindrical-coordinate representation of color #CED94D: hue angle of 64.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CED94D is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 77 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.15 |
| HSL | 64.71º | 0.65% | 0.58% | - |
| HSV(B) | 64.71º | 0.65% | 0.85% | - |
| XYZ | 51.61 | 63.28 | 16.52 | - |
| YUV | 197.75 | 59.86 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 77 | 0.05 | 0 | 0.65 | 0.15 | 64.71 | 0.65 | 0.58 |
| Hex | CE | D9 | 4D | 5 | 0 | 41 | F | 41 | 41 | 3A |
| Octal | 316 | 331 | 115 | 5 | 0 | 101 | 17 | 101 | 101 | 72 |
| Binary | 11001110 | 11011001 | 1001101 | 101 | 0 | 1000001 | 1111 | 1000001 | 1000001 | 111010 |
Color Harmonies of #CED94D
Complementary color
Monochromatic Colors of #CED94D
Black with #CED94D
Text Example
Text Example
White with #CED94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED94D; }
p { color: rgb(206,217,77); }
H1.HeaderClassName
{
color: #CED94D;
}
.AnyTagClassName
{
color: #CED94D;
}
</style>
background-color css
<style>
a { background-color: #CED94D; }
a { background-color: rgb(206,217,77); }
div.DivClassName
{
background-color: #CED94D;
}
.BgClassName
{
background-color: #CED94D;
}
</style>
border-color css
<style>
span { border-color: #CED94D; }
span { border-color: rgb(206,217,77); }
td.TdClassName
{
border-color: #CED94D;
}
.TagClassName
{
border-color: #CED94D;
}
</style>