Shades of Las Palmas #CED644
Tints of Las Palmas #CED644
RGB
CMYK
RGB Variations
Color information
#CED644 (or 0xCED644) is known color: Las Palmas. HEX triplet: CE, D6 and 44. RGB value is (206,214,68). Sum of RGB (Red+Green+Blue) = 206+214+68=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #CED644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED644 is #3129BB. Grayscale: #C3C3C3. Windows color (decimal): -3221948 or 4511438. OLE color: 4511438.
HSL color Cylindrical-coordinate representation of color #CED644: hue angle of 63.29º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CED644 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 68 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.16 |
| HSL | 63.29º | 0.64% | 0.55% | - |
| HSV(B) | 63.29º | 0.68% | 0.84% | - |
| XYZ | 50.54 | 61.63 | 14.7 | - |
| YUV | 194.96 | 56.35 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 68 | 0.04 | 0 | 0.68 | 0.16 | 63.29 | 0.64 | 0.55 |
| Hex | CE | D6 | 44 | 4 | 0 | 44 | 10 | 3F | 40 | 37 |
| Octal | 316 | 326 | 104 | 4 | 0 | 104 | 20 | 77 | 100 | 67 |
| Binary | 11001110 | 11010110 | 1000100 | 100 | 0 | 1000100 | 10000 | 111111 | 1000000 | 110111 |
Color Harmonies of #CED644
Complementary color
Monochromatic Colors of #CED644
Black with #CED644
Text Example
Text Example
White with #CED644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED644; }
p { color: rgb(206,214,68); }
H1.HeaderClassName
{
color: #CED644;
}
.AnyTagClassName
{
color: #CED644;
}
</style>
background-color css
<style>
a { background-color: #CED644; }
a { background-color: rgb(206,214,68); }
div.DivClassName
{
background-color: #CED644;
}
.BgClassName
{
background-color: #CED644;
}
</style>
border-color css
<style>
span { border-color: #CED644; }
span { border-color: rgb(206,214,68); }
td.TdClassName
{
border-color: #CED644;
}
.TagClassName
{
border-color: #CED644;
}
</style>