Shades of Las Palmas #BEE240
Tints of Las Palmas #BEE240
RGB
CMYK
RGB Variations
Color information
#BEE240 (or 0xBEE240) is known color: Las Palmas. HEX triplet: BE, E2 and 40. RGB value is (190,226,64). Sum of RGB (Red+Green+Blue) = 190+226+64=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE240 is #411DBF. Grayscale: #C5C5C5. Windows color (decimal): -4267456 or 4252350. OLE color: 4252350.
HSL color Cylindrical-coordinate representation of color #BEE240: hue angle of 73.33º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEE240 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 226 | 64 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.11 |
| HSL | 73.33º | 0.74% | 0.57% | - |
| HSV(B) | 73.33º | 0.72% | 0.89% | - |
| XYZ | 49.36 | 65.71 | 14.93 | - |
| YUV | 196.77 | 53.07 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 226 | 64 | 0.16 | 0 | 0.72 | 0.11 | 73.33 | 0.74 | 0.57 |
| Hex | BE | E2 | 40 | 10 | 0 | 48 | B | 49 | 4A | 39 |
| Octal | 276 | 342 | 100 | 20 | 0 | 110 | 13 | 111 | 112 | 71 |
| Binary | 10111110 | 11100010 | 1000000 | 10000 | 0 | 1001000 | 1011 | 1001001 | 1001010 | 111001 |
Color Harmonies of #BEE240
Complementary color
Monochromatic Colors of #BEE240
Black with #BEE240
Text Example
Text Example
White with #BEE240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE240; }
p { color: rgb(190,226,64); }
H1.HeaderClassName
{
color: #BEE240;
}
.AnyTagClassName
{
color: #BEE240;
}
</style>
background-color css
<style>
a { background-color: #BEE240; }
a { background-color: rgb(190,226,64); }
div.DivClassName
{
background-color: #BEE240;
}
.BgClassName
{
background-color: #BEE240;
}
</style>
border-color css
<style>
span { border-color: #BEE240; }
span { border-color: rgb(190,226,64); }
td.TdClassName
{
border-color: #BEE240;
}
.TagClassName
{
border-color: #BEE240;
}
</style>