Shades of Las Palmas #CED93E
Tints of Las Palmas #CED93E
RGB
CMYK
RGB Variations
Color information
#CED93E (or 0xCED93E) is known color: Las Palmas. HEX triplet: CE, D9 and 3E. RGB value is (206,217,62). Sum of RGB (Red+Green+Blue) = 206+217+62=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #CED93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED93E is #3126C1. Grayscale: #C4C4C4. Windows color (decimal): -3221186 or 4118990. OLE color: 4118990.
HSL color Cylindrical-coordinate representation of color #CED93E: hue angle of 64.26º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CED93E is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 217 | 62 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.15 |
| HSL | 64.26º | 0.67% | 0.55% | - |
| HSV(B) | 64.26º | 0.71% | 0.85% | - |
| XYZ | 51.14 | 63.1 | 14.04 | - |
| YUV | 196.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 217 | 62 | 0.05 | 0 | 0.71 | 0.15 | 64.26 | 0.67 | 0.55 |
| Hex | CE | D9 | 3E | 5 | 0 | 47 | F | 40 | 43 | 37 |
| Octal | 316 | 331 | 76 | 5 | 0 | 107 | 17 | 100 | 103 | 67 |
| Binary | 11001110 | 11011001 | 111110 | 101 | 0 | 1000111 | 1111 | 1000000 | 1000011 | 110111 |
Color Harmonies of #CED93E
Complementary color
Monochromatic Colors of #CED93E
Black with #CED93E
Text Example
Text Example
White with #CED93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED93E; }
p { color: rgb(206,217,62); }
H1.HeaderClassName
{
color: #CED93E;
}
.AnyTagClassName
{
color: #CED93E;
}
</style>
background-color css
<style>
a { background-color: #CED93E; }
a { background-color: rgb(206,217,62); }
div.DivClassName
{
background-color: #CED93E;
}
.BgClassName
{
background-color: #CED93E;
}
</style>
border-color css
<style>
span { border-color: #CED93E; }
span { border-color: rgb(206,217,62); }
td.TdClassName
{
border-color: #CED93E;
}
.TagClassName
{
border-color: #CED93E;
}
</style>