Shades of Las Palmas #BEE940
Tints of Las Palmas #BEE940
RGB
CMYK
RGB Variations
Color information
#BEE940 (or 0xBEE940) is known color: Las Palmas. HEX triplet: BE, E9 and 40. RGB value is (190,233,64). Sum of RGB (Red+Green+Blue) = 190+233+64=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEE940 is #4116BF. Grayscale: #C9C9C9. Windows color (decimal): -4265664 or 4254142. OLE color: 4254142.
HSL color Cylindrical-coordinate representation of color #BEE940: hue angle of 75.27º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BEE940 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 64 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.09 |
| HSL | 75.27º | 0.79% | 0.58% | - |
| HSV(B) | 75.27º | 0.73% | 0.91% | - |
| XYZ | 51.3 | 69.6 | 15.58 | - |
| YUV | 200.88 | 50.75 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 64 | 0.18 | 0 | 0.73 | 0.09 | 75.27 | 0.79 | 0.58 |
| Hex | BE | E9 | 40 | 12 | 0 | 49 | 9 | 4B | 4F | 3A |
| Octal | 276 | 351 | 100 | 22 | 0 | 111 | 11 | 113 | 117 | 72 |
| Binary | 10111110 | 11101001 | 1000000 | 10010 | 0 | 1001001 | 1001 | 1001011 | 1001111 | 111010 |
Color Harmonies of #BEE940
Complementary color
Monochromatic Colors of #BEE940
Black with #BEE940
Text Example
Text Example
White with #BEE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE940; }
p { color: rgb(190,233,64); }
H1.HeaderClassName
{
color: #BEE940;
}
.AnyTagClassName
{
color: #BEE940;
}
</style>
background-color css
<style>
a { background-color: #BEE940; }
a { background-color: rgb(190,233,64); }
div.DivClassName
{
background-color: #BEE940;
}
.BgClassName
{
background-color: #BEE940;
}
</style>
border-color css
<style>
span { border-color: #BEE940; }
span { border-color: rgb(190,233,64); }
td.TdClassName
{
border-color: #BEE940;
}
.TagClassName
{
border-color: #BEE940;
}
</style>