Shades of Las Palmas #CED440
Tints of Las Palmas #CED440
RGB
CMYK
RGB Variations
Color information
#CED440 (or 0xCED440) is known color: Las Palmas. HEX triplet: CE, D4 and 40. RGB value is (206,212,64). Sum of RGB (Red+Green+Blue) = 206+212+64=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #CED440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED440 is #312BBF. Grayscale: #C1C1C1. Windows color (decimal): -3222464 or 4248782. OLE color: 4248782.
HSL color Cylindrical-coordinate representation of color #CED440: hue angle of 62.43º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CED440 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 64 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.17 |
| HSL | 62.43º | 0.63% | 0.54% | - |
| HSV(B) | 62.43º | 0.7% | 0.83% | - |
| XYZ | 49.92 | 60.58 | 13.91 | - |
| YUV | 193.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 64 | 0.03 | 0 | 0.70 | 0.17 | 62.43 | 0.63 | 0.54 |
| Hex | CE | D4 | 40 | 3 | 0 | 46 | 11 | 3E | 3F | 36 |
| Octal | 316 | 324 | 100 | 3 | 0 | 106 | 21 | 76 | 77 | 66 |
| Binary | 11001110 | 11010100 | 1000000 | 11 | 0 | 1000110 | 10001 | 111110 | 111111 | 110110 |
Color Harmonies of #CED440
Complementary color
Monochromatic Colors of #CED440
Black with #CED440
Text Example
Text Example
White with #CED440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED440; }
p { color: rgb(206,212,64); }
H1.HeaderClassName
{
color: #CED440;
}
.AnyTagClassName
{
color: #CED440;
}
</style>
background-color css
<style>
a { background-color: #CED440; }
a { background-color: rgb(206,212,64); }
div.DivClassName
{
background-color: #CED440;
}
.BgClassName
{
background-color: #CED440;
}
</style>
border-color css
<style>
span { border-color: #CED440; }
span { border-color: rgb(206,212,64); }
td.TdClassName
{
border-color: #CED440;
}
.TagClassName
{
border-color: #CED440;
}
</style>