Shades of Las Palmas #BEE52F
Tints of Las Palmas #BEE52F
RGB
CMYK
RGB Variations
Color information
#BEE52F (or 0xBEE52F) is known color: Las Palmas. HEX triplet: BE, E5 and 2F. RGB value is (190,229,47). Sum of RGB (Red+Green+Blue) = 190+229+47=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE52F is #411AD0. Grayscale: #C5C5C5. Windows color (decimal): -4266705 or 3139006. OLE color: 3139006.
HSL color Cylindrical-coordinate representation of color #BEE52F: hue angle of 72.86º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEE52F is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 47 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.10 |
| HSL | 72.86º | 0.78% | 0.54% | - |
| HSV(B) | 72.86º | 0.79% | 0.9% | - |
| XYZ | 49.77 | 67.19 | 13.04 | - |
| YUV | 196.59 | 43.58 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 47 | 0.17 | 0 | 0.79 | 0.10 | 72.86 | 0.78 | 0.54 |
| Hex | BE | E5 | 2F | 11 | 0 | 4F | A | 49 | 4E | 36 |
| Octal | 276 | 345 | 57 | 21 | 0 | 117 | 12 | 111 | 116 | 66 |
| Binary | 10111110 | 11100101 | 101111 | 10001 | 0 | 1001111 | 1010 | 1001001 | 1001110 | 110110 |
Color Harmonies of #BEE52F
Complementary color
Monochromatic Colors of #BEE52F
Black with #BEE52F
Text Example
Text Example
White with #BEE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE52F; }
p { color: rgb(190,229,47); }
H1.HeaderClassName
{
color: #BEE52F;
}
.AnyTagClassName
{
color: #BEE52F;
}
</style>
background-color css
<style>
a { background-color: #BEE52F; }
a { background-color: rgb(190,229,47); }
div.DivClassName
{
background-color: #BEE52F;
}
.BgClassName
{
background-color: #BEE52F;
}
</style>
border-color css
<style>
span { border-color: #BEE52F; }
span { border-color: rgb(190,229,47); }
td.TdClassName
{
border-color: #BEE52F;
}
.TagClassName
{
border-color: #BEE52F;
}
</style>