Shades of Las Palmas #CED63E
Tints of Las Palmas #CED63E
RGB
CMYK
RGB Variations
Color information
#CED63E (or 0xCED63E) is known color: Las Palmas. HEX triplet: CE, D6 and 3E. RGB value is (206,214,62). Sum of RGB (Red+Green+Blue) = 206+214+62=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #CED63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED63E is #3129C1. Grayscale: #C2C2C2. Windows color (decimal): -3221954 or 4118222. OLE color: 4118222.
HSL color Cylindrical-coordinate representation of color #CED63E: hue angle of 63.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CED63E is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 62 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.16 |
| HSL | 63.16º | 0.65% | 0.54% | - |
| HSV(B) | 63.16º | 0.71% | 0.84% | - |
| XYZ | 50.37 | 61.56 | 13.79 | - |
| YUV | 194.28 | 53.35 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 62 | 0.04 | 0 | 0.71 | 0.16 | 63.16 | 0.65 | 0.54 |
| Hex | CE | D6 | 3E | 4 | 0 | 47 | 10 | 3F | 41 | 36 |
| Octal | 316 | 326 | 76 | 4 | 0 | 107 | 20 | 77 | 101 | 66 |
| Binary | 11001110 | 11010110 | 111110 | 100 | 0 | 1000111 | 10000 | 111111 | 1000001 | 110110 |
Color Harmonies of #CED63E
Complementary color
Monochromatic Colors of #CED63E
Black with #CED63E
Text Example
Text Example
White with #CED63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED63E; }
p { color: rgb(206,214,62); }
H1.HeaderClassName
{
color: #CED63E;
}
.AnyTagClassName
{
color: #CED63E;
}
</style>
background-color css
<style>
a { background-color: #CED63E; }
a { background-color: rgb(206,214,62); }
div.DivClassName
{
background-color: #CED63E;
}
.BgClassName
{
background-color: #CED63E;
}
</style>
border-color css
<style>
span { border-color: #CED63E; }
span { border-color: rgb(206,214,62); }
td.TdClassName
{
border-color: #CED63E;
}
.TagClassName
{
border-color: #CED63E;
}
</style>