Shades of Las Palmas #BEE42F
Tints of Las Palmas #BEE42F
RGB
CMYK
RGB Variations
Color information
#BEE42F (or 0xBEE42F) is known color: Las Palmas. HEX triplet: BE, E4 and 2F. RGB value is (190,228,47). Sum of RGB (Red+Green+Blue) = 190+228+47=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE42F is #411BD0. Grayscale: #C4C4C4. Windows color (decimal): -4266961 or 3138750. OLE color: 3138750.
HSL color Cylindrical-coordinate representation of color #BEE42F: hue angle of 72.6º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BEE42F is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 228 | 47 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.11 |
| HSL | 72.6º | 0.77% | 0.54% | - |
| HSV(B) | 72.6º | 0.79% | 0.89% | - |
| XYZ | 49.49 | 66.64 | 12.94 | - |
| YUV | 196 | 43.91 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 228 | 47 | 0.17 | 0 | 0.79 | 0.11 | 72.6 | 0.77 | 0.54 |
| Hex | BE | E4 | 2F | 11 | 0 | 4F | B | 49 | 4D | 36 |
| Octal | 276 | 344 | 57 | 21 | 0 | 117 | 13 | 111 | 115 | 66 |
| Binary | 10111110 | 11100100 | 101111 | 10001 | 0 | 1001111 | 1011 | 1001001 | 1001101 | 110110 |
Color Harmonies of #BEE42F
Complementary color
Monochromatic Colors of #BEE42F
Black with #BEE42F
Text Example
Text Example
White with #BEE42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE42F; }
p { color: rgb(190,228,47); }
H1.HeaderClassName
{
color: #BEE42F;
}
.AnyTagClassName
{
color: #BEE42F;
}
</style>
background-color css
<style>
a { background-color: #BEE42F; }
a { background-color: rgb(190,228,47); }
div.DivClassName
{
background-color: #BEE42F;
}
.BgClassName
{
background-color: #BEE42F;
}
</style>
border-color css
<style>
span { border-color: #BEE42F; }
span { border-color: rgb(190,228,47); }
td.TdClassName
{
border-color: #BEE42F;
}
.TagClassName
{
border-color: #BEE42F;
}
</style>