Shades of Las Palmas #CCEC4E
Tints of Las Palmas #CCEC4E
RGB
CMYK
RGB Variations
Color information
#CCEC4E (or 0xCCEC4E) is known color: Las Palmas. HEX triplet: CC, EC and 4E. RGB value is (204,236,78). Sum of RGB (Red+Green+Blue) = 204+236+78=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC4E is #3313B1. Grayscale: #D1D1D1. Windows color (decimal): -3347378 or 5172428. OLE color: 5172428.
HSL color Cylindrical-coordinate representation of color #CCEC4E: hue angle of 72.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCEC4E is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 78 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.07 |
| HSL | 72.15º | 0.81% | 0.62% | - |
| HSV(B) | 72.15º | 0.67% | 0.93% | - |
| XYZ | 56.27 | 73.38 | 18.41 | - |
| YUV | 208.42 | 54.4 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 78 | 0.14 | 0 | 0.67 | 0.07 | 72.15 | 0.81 | 0.62 |
| Hex | CC | EC | 4E | E | 0 | 43 | 7 | 48 | 51 | 3E |
| Octal | 314 | 354 | 116 | 16 | 0 | 103 | 7 | 110 | 121 | 76 |
| Binary | 11001100 | 11101100 | 1001110 | 1110 | 0 | 1000011 | 111 | 1001000 | 1010001 | 111110 |
Color Harmonies of #CCEC4E
Complementary color
Monochromatic Colors of #CCEC4E
Black with #CCEC4E
Text Example
Text Example
White with #CCEC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC4E; }
p { color: rgb(204,236,78); }
H1.HeaderClassName
{
color: #CCEC4E;
}
.AnyTagClassName
{
color: #CCEC4E;
}
</style>
background-color css
<style>
a { background-color: #CCEC4E; }
a { background-color: rgb(204,236,78); }
div.DivClassName
{
background-color: #CCEC4E;
}
.BgClassName
{
background-color: #CCEC4E;
}
</style>
border-color css
<style>
span { border-color: #CCEC4E; }
span { border-color: rgb(204,236,78); }
td.TdClassName
{
border-color: #CCEC4E;
}
.TagClassName
{
border-color: #CCEC4E;
}
</style>