Shades of Las Palmas #BEE82E
Tints of Las Palmas #BEE82E
RGB
CMYK
RGB Variations
Color information
#BEE82E (or 0xBEE82E) is known color: Las Palmas. HEX triplet: BE, E8 and 2E. RGB value is (190,232,46). Sum of RGB (Red+Green+Blue) = 190+232+46=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 46 (18.36% from 255 or 9.83% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE82E is #4117D1. Grayscale: #C6C6C6. Windows color (decimal): -4265938 or 3074238. OLE color: 3074238.
HSL color Cylindrical-coordinate representation of color #BEE82E: hue angle of 73.55º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEE82E is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 46 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.09 |
| HSL | 73.55º | 0.8% | 0.55% | - |
| HSV(B) | 73.55º | 0.8% | 0.91% | - |
| XYZ | 50.58 | 68.86 | 13.21 | - |
| YUV | 198.24 | 42.09 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 46 | 0.18 | 0 | 0.80 | 0.09 | 73.55 | 0.8 | 0.55 |
| Hex | BE | E8 | 2E | 12 | 0 | 50 | 9 | 4A | 50 | 37 |
| Octal | 276 | 350 | 56 | 22 | 0 | 120 | 11 | 112 | 120 | 67 |
| Binary | 10111110 | 11101000 | 101110 | 10010 | 0 | 1010000 | 1001 | 1001010 | 1010000 | 110111 |
Color Harmonies of #BEE82E
Complementary color
Monochromatic Colors of #BEE82E
Black with #BEE82E
Text Example
Text Example
White with #BEE82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE82E; }
p { color: rgb(190,232,46); }
H1.HeaderClassName
{
color: #BEE82E;
}
.AnyTagClassName
{
color: #BEE82E;
}
</style>
background-color css
<style>
a { background-color: #BEE82E; }
a { background-color: rgb(190,232,46); }
div.DivClassName
{
background-color: #BEE82E;
}
.BgClassName
{
background-color: #BEE82E;
}
</style>
border-color css
<style>
span { border-color: #BEE82E; }
span { border-color: rgb(190,232,46); }
td.TdClassName
{
border-color: #BEE82E;
}
.TagClassName
{
border-color: #BEE82E;
}
</style>