Shades of Las Palmas #CEEC4D
Tints of Las Palmas #CEEC4D
RGB
CMYK
RGB Variations
Color information
#CEEC4D (or 0xCEEC4D) is known color: Las Palmas. HEX triplet: CE, EC and 4D. RGB value is (206,236,77). Sum of RGB (Red+Green+Blue) = 206+236+77=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEC4D is #3113B2. Grayscale: #D1D1D1. Windows color (decimal): -3216307 or 5106894. OLE color: 5106894.
HSL color Cylindrical-coordinate representation of color #CEEC4D: hue angle of 71.32º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEEC4D is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 77 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.07 |
| HSL | 71.32º | 0.81% | 0.61% | - |
| HSV(B) | 71.32º | 0.67% | 0.93% | - |
| XYZ | 56.79 | 73.65 | 18.24 | - |
| YUV | 208.9 | 53.56 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 77 | 0.13 | 0 | 0.67 | 0.07 | 71.32 | 0.81 | 0.61 |
| Hex | CE | EC | 4D | D | 0 | 43 | 7 | 47 | 51 | 3D |
| Octal | 316 | 354 | 115 | 15 | 0 | 103 | 7 | 107 | 121 | 75 |
| Binary | 11001110 | 11101100 | 1001101 | 1101 | 0 | 1000011 | 111 | 1000111 | 1010001 | 111101 |
Color Harmonies of #CEEC4D
Complementary color
Monochromatic Colors of #CEEC4D
Black with #CEEC4D
Text Example
Text Example
White with #CEEC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC4D; }
p { color: rgb(206,236,77); }
H1.HeaderClassName
{
color: #CEEC4D;
}
.AnyTagClassName
{
color: #CEEC4D;
}
</style>
background-color css
<style>
a { background-color: #CEEC4D; }
a { background-color: rgb(206,236,77); }
div.DivClassName
{
background-color: #CEEC4D;
}
.BgClassName
{
background-color: #CEEC4D;
}
</style>
border-color css
<style>
span { border-color: #CEEC4D; }
span { border-color: rgb(206,236,77); }
td.TdClassName
{
border-color: #CEEC4D;
}
.TagClassName
{
border-color: #CEEC4D;
}
</style>