Shades of Las Palmas #CED844
Tints of Las Palmas #CED844
RGB
CMYK
RGB Variations
Color information
#CED844 (or 0xCED844) is known color: Las Palmas. HEX triplet: CE, D8 and 44. RGB value is (206,216,68). Sum of RGB (Red+Green+Blue) = 206+216+68=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 68 (26.95% from 255 or 13.88% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #CED844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED844 is #3127BB. Grayscale: #C4C4C4. Windows color (decimal): -3221436 or 4511950. OLE color: 4511950.
HSL color Cylindrical-coordinate representation of color #CED844: hue angle of 64.05º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CED844 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 68 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.15 |
| HSL | 64.05º | 0.65% | 0.56% | - |
| HSV(B) | 64.05º | 0.69% | 0.85% | - |
| XYZ | 51.05 | 62.65 | 14.87 | - |
| YUV | 196.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 68 | 0.05 | 0 | 0.69 | 0.15 | 64.05 | 0.65 | 0.56 |
| Hex | CE | D8 | 44 | 5 | 0 | 45 | F | 40 | 41 | 38 |
| Octal | 316 | 330 | 104 | 5 | 0 | 105 | 17 | 100 | 101 | 70 |
| Binary | 11001110 | 11011000 | 1000100 | 101 | 0 | 1000101 | 1111 | 1000000 | 1000001 | 111000 |
Color Harmonies of #CED844
Complementary color
Monochromatic Colors of #CED844
Black with #CED844
Text Example
Text Example
White with #CED844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED844; }
p { color: rgb(206,216,68); }
H1.HeaderClassName
{
color: #CED844;
}
.AnyTagClassName
{
color: #CED844;
}
</style>
background-color css
<style>
a { background-color: #CED844; }
a { background-color: rgb(206,216,68); }
div.DivClassName
{
background-color: #CED844;
}
.BgClassName
{
background-color: #CED844;
}
</style>
border-color css
<style>
span { border-color: #CED844; }
span { border-color: rgb(206,216,68); }
td.TdClassName
{
border-color: #CED844;
}
.TagClassName
{
border-color: #CED844;
}
</style>