Shades of Las Palmas #CED94A
Tints of Las Palmas #CED94A
RGB
CMYK
RGB Variations
Color information
#CED94A (or 0xCED94A) is known color: Las Palmas. HEX triplet: CE, D9 and 4A. RGB value is (206,217,74). Sum of RGB (Red+Green+Blue) = 206+217+74=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #CED94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED94A is #3126B5. Grayscale: #C5C5C5. Windows color (decimal): -3221174 or 4905422. OLE color: 4905422.
HSL color Cylindrical-coordinate representation of color #CED94A: hue angle of 64.62º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CED94A is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 74 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.15 |
| HSL | 64.62º | 0.65% | 0.57% | - |
| HSV(B) | 64.62º | 0.66% | 0.85% | - |
| XYZ | 51.5 | 63.24 | 15.97 | - |
| YUV | 197.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 74 | 0.05 | 0 | 0.66 | 0.15 | 64.62 | 0.65 | 0.57 |
| Hex | CE | D9 | 4A | 5 | 0 | 42 | F | 41 | 41 | 39 |
| Octal | 316 | 331 | 112 | 5 | 0 | 102 | 17 | 101 | 101 | 71 |
| Binary | 11001110 | 11011001 | 1001010 | 101 | 0 | 1000010 | 1111 | 1000001 | 1000001 | 111001 |
Color Harmonies of #CED94A
Complementary color
Monochromatic Colors of #CED94A
Black with #CED94A
Text Example
Text Example
White with #CED94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED94A; }
p { color: rgb(206,217,74); }
H1.HeaderClassName
{
color: #CED94A;
}
.AnyTagClassName
{
color: #CED94A;
}
</style>
background-color css
<style>
a { background-color: #CED94A; }
a { background-color: rgb(206,217,74); }
div.DivClassName
{
background-color: #CED94A;
}
.BgClassName
{
background-color: #CED94A;
}
</style>
border-color css
<style>
span { border-color: #CED94A; }
span { border-color: rgb(206,217,74); }
td.TdClassName
{
border-color: #CED94A;
}
.TagClassName
{
border-color: #CED94A;
}
</style>