Shades of Las Palmas #BEEC2E
Tints of Las Palmas #BEEC2E
RGB
CMYK
RGB Variations
Color information
#BEEC2E (or 0xBEEC2E) is known color: Las Palmas. HEX triplet: BE, EC and 2E. RGB value is (190,236,46). Sum of RGB (Red+Green+Blue) = 190+236+46=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #BEEC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEC2E is #4113D1. Grayscale: #C9C9C9. Windows color (decimal): -4264914 or 3075262. OLE color: 3075262.
HSL color Cylindrical-coordinate representation of color #BEEC2E: hue angle of 74.53º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEEC2E is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 236 | 46 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.07 |
| HSL | 74.53º | 0.83% | 0.55% | - |
| HSV(B) | 74.53º | 0.81% | 0.93% | - |
| XYZ | 51.72 | 71.14 | 13.59 | - |
| YUV | 200.59 | 40.76 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 236 | 46 | 0.19 | 0 | 0.81 | 0.07 | 74.53 | 0.83 | 0.55 |
| Hex | BE | EC | 2E | 13 | 0 | 51 | 7 | 4B | 53 | 37 |
| Octal | 276 | 354 | 56 | 23 | 0 | 121 | 7 | 113 | 123 | 67 |
| Binary | 10111110 | 11101100 | 101110 | 10011 | 0 | 1010001 | 111 | 1001011 | 1010011 | 110111 |
Color Harmonies of #BEEC2E
Complementary color
Monochromatic Colors of #BEEC2E
Black with #BEEC2E
Text Example
Text Example
White with #BEEC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEC2E; }
p { color: rgb(190,236,46); }
H1.HeaderClassName
{
color: #BEEC2E;
}
.AnyTagClassName
{
color: #BEEC2E;
}
</style>
background-color css
<style>
a { background-color: #BEEC2E; }
a { background-color: rgb(190,236,46); }
div.DivClassName
{
background-color: #BEEC2E;
}
.BgClassName
{
background-color: #BEEC2E;
}
</style>
border-color css
<style>
span { border-color: #BEEC2E; }
span { border-color: rgb(190,236,46); }
td.TdClassName
{
border-color: #BEEC2E;
}
.TagClassName
{
border-color: #BEEC2E;
}
</style>