Shades of Las Palmas #CED53E
Tints of Las Palmas #CED53E
RGB
CMYK
RGB Variations
Color information
#CED53E (or 0xCED53E) is known color: Las Palmas. HEX triplet: CE, D5 and 3E. RGB value is (206,213,62). Sum of RGB (Red+Green+Blue) = 206+213+62=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 62 (24.61% from 255 or 12.89% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #CED53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED53E is #312AC1. Grayscale: #C2C2C2. Windows color (decimal): -3222210 or 4117966. OLE color: 4117966.
HSL color Cylindrical-coordinate representation of color #CED53E: hue angle of 62.78º degrees, saturation: 0.64, 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 #CED53E is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 62 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.16 |
| HSL | 62.78º | 0.64% | 0.54% | - |
| HSV(B) | 62.78º | 0.71% | 0.84% | - |
| XYZ | 50.12 | 61.06 | 13.7 | - |
| YUV | 193.69 | 53.68 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 62 | 0.03 | 0 | 0.71 | 0.16 | 62.78 | 0.64 | 0.54 |
| Hex | CE | D5 | 3E | 3 | 0 | 47 | 10 | 3F | 40 | 36 |
| Octal | 316 | 325 | 76 | 3 | 0 | 107 | 20 | 77 | 100 | 66 |
| Binary | 11001110 | 11010101 | 111110 | 11 | 0 | 1000111 | 10000 | 111111 | 1000000 | 110110 |
Color Harmonies of #CED53E
Complementary color
Monochromatic Colors of #CED53E
Black with #CED53E
Text Example
Text Example
White with #CED53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED53E; }
p { color: rgb(206,213,62); }
H1.HeaderClassName
{
color: #CED53E;
}
.AnyTagClassName
{
color: #CED53E;
}
</style>
background-color css
<style>
a { background-color: #CED53E; }
a { background-color: rgb(206,213,62); }
div.DivClassName
{
background-color: #CED53E;
}
.BgClassName
{
background-color: #CED53E;
}
</style>
border-color css
<style>
span { border-color: #CED53E; }
span { border-color: rgb(206,213,62); }
td.TdClassName
{
border-color: #CED53E;
}
.TagClassName
{
border-color: #CED53E;
}
</style>