Shades of Las Palmas #CBEC4D
Tints of Las Palmas #CBEC4D
RGB
CMYK
RGB Variations
Color information
#CBEC4D (or 0xCBEC4D) is known color: Las Palmas. HEX triplet: CB, EC and 4D. RGB value is (203,236,77). Sum of RGB (Red+Green+Blue) = 203+236+77=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 77 (30.47% from 255 or 14.92% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC4D is #3413B2. Grayscale: #D0D0D0. Windows color (decimal): -3412915 or 5106891. OLE color: 5106891.
HSL color Cylindrical-coordinate representation of color #CBEC4D: hue angle of 72.45º 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 #CBEC4D is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 77 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.07 |
| HSL | 72.45º | 0.81% | 0.61% | - |
| HSV(B) | 72.45º | 0.67% | 0.93% | - |
| XYZ | 55.96 | 73.22 | 18.21 | - |
| YUV | 208.01 | 54.07 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 77 | 0.14 | 0 | 0.67 | 0.07 | 72.45 | 0.81 | 0.61 |
| Hex | CB | EC | 4D | E | 0 | 43 | 7 | 48 | 51 | 3D |
| Octal | 313 | 354 | 115 | 16 | 0 | 103 | 7 | 110 | 121 | 75 |
| Binary | 11001011 | 11101100 | 1001101 | 1110 | 0 | 1000011 | 111 | 1001000 | 1010001 | 111101 |
Color Harmonies of #CBEC4D
Complementary color
Monochromatic Colors of #CBEC4D
Black with #CBEC4D
Text Example
Text Example
White with #CBEC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEC4D; }
p { color: rgb(203,236,77); }
H1.HeaderClassName
{
color: #CBEC4D;
}
.AnyTagClassName
{
color: #CBEC4D;
}
</style>
background-color css
<style>
a { background-color: #CBEC4D; }
a { background-color: rgb(203,236,77); }
div.DivClassName
{
background-color: #CBEC4D;
}
.BgClassName
{
background-color: #CBEC4D;
}
</style>
border-color css
<style>
span { border-color: #CBEC4D; }
span { border-color: rgb(203,236,77); }
td.TdClassName
{
border-color: #CBEC4D;
}
.TagClassName
{
border-color: #CBEC4D;
}
</style>