Shades of Las Palmas #CED942
Tints of Las Palmas #CED942
RGB
CMYK
RGB Variations
Color information
#CED942 (or 0xCED942) is known color: Las Palmas. HEX triplet: CE, D9 and 42. RGB value is (206,217,66). Sum of RGB (Red+Green+Blue) = 206+217+66=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 66 (26.17% from 255 or 13.50% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #CED942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED942 is #3126BD. Grayscale: #C5C5C5. Windows color (decimal): -3221182 or 4381134. OLE color: 4381134.
HSL color Cylindrical-coordinate representation of color #CED942: hue angle of 64.37º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CED942 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 66 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.15 |
| HSL | 64.37º | 0.67% | 0.55% | - |
| HSV(B) | 64.37º | 0.7% | 0.85% | - |
| XYZ | 51.25 | 63.14 | 14.64 | - |
| YUV | 196.5 | 54.36 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 66 | 0.05 | 0 | 0.70 | 0.15 | 64.37 | 0.67 | 0.55 |
| Hex | CE | D9 | 42 | 5 | 0 | 46 | F | 40 | 43 | 37 |
| Octal | 316 | 331 | 102 | 5 | 0 | 106 | 17 | 100 | 103 | 67 |
| Binary | 11001110 | 11011001 | 1000010 | 101 | 0 | 1000110 | 1111 | 1000000 | 1000011 | 110111 |
Color Harmonies of #CED942
Complementary color
Monochromatic Colors of #CED942
Black with #CED942
Text Example
Text Example
White with #CED942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED942; }
p { color: rgb(206,217,66); }
H1.HeaderClassName
{
color: #CED942;
}
.AnyTagClassName
{
color: #CED942;
}
</style>
background-color css
<style>
a { background-color: #CED942; }
a { background-color: rgb(206,217,66); }
div.DivClassName
{
background-color: #CED942;
}
.BgClassName
{
background-color: #CED942;
}
</style>
border-color css
<style>
span { border-color: #CED942; }
span { border-color: rgb(206,217,66); }
td.TdClassName
{
border-color: #CED942;
}
.TagClassName
{
border-color: #CED942;
}
</style>