Shades of Las Palmas #CED940
Tints of Las Palmas #CED940
RGB
CMYK
RGB Variations
Color information
#CED940 (or 0xCED940) is known color: Las Palmas. HEX triplet: CE, D9 and 40. RGB value is (206,217,64). Sum of RGB (Red+Green+Blue) = 206+217+64=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #CED940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED940 is #3126BF. Grayscale: #C4C4C4. Windows color (decimal): -3221184 or 4250062. OLE color: 4250062.
HSL color Cylindrical-coordinate representation of color #CED940: hue angle of 64.31º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CED940 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 64 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.15 |
| HSL | 64.31º | 0.67% | 0.55% | - |
| HSV(B) | 64.31º | 0.71% | 0.85% | - |
| XYZ | 51.19 | 63.12 | 14.34 | - |
| YUV | 196.27 | 53.36 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 64 | 0.05 | 0 | 0.71 | 0.15 | 64.31 | 0.67 | 0.55 |
| Hex | CE | D9 | 40 | 5 | 0 | 47 | F | 40 | 43 | 37 |
| Octal | 316 | 331 | 100 | 5 | 0 | 107 | 17 | 100 | 103 | 67 |
| Binary | 11001110 | 11011001 | 1000000 | 101 | 0 | 1000111 | 1111 | 1000000 | 1000011 | 110111 |
Color Harmonies of #CED940
Complementary color
Monochromatic Colors of #CED940
Black with #CED940
Text Example
Text Example
White with #CED940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED940; }
p { color: rgb(206,217,64); }
H1.HeaderClassName
{
color: #CED940;
}
.AnyTagClassName
{
color: #CED940;
}
</style>
background-color css
<style>
a { background-color: #CED940; }
a { background-color: rgb(206,217,64); }
div.DivClassName
{
background-color: #CED940;
}
.BgClassName
{
background-color: #CED940;
}
</style>
border-color css
<style>
span { border-color: #CED940; }
span { border-color: rgb(206,217,64); }
td.TdClassName
{
border-color: #CED940;
}
.TagClassName
{
border-color: #CED940;
}
</style>