Shades of Las Palmas #BEE33A
Tints of Las Palmas #BEE33A
RGB
CMYK
RGB Variations
Color information
#BEE33A (or 0xBEE33A) is known color: Las Palmas. HEX triplet: BE, E3 and 3A. RGB value is (190,227,58). Sum of RGB (Red+Green+Blue) = 190+227+58=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE33A is #411CC5. Grayscale: #C5C5C5. Windows color (decimal): -4267206 or 3859390. OLE color: 3859390.
HSL color Cylindrical-coordinate representation of color #BEE33A: hue angle of 73.14º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BEE33A is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 58 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.11 |
| HSL | 73.14º | 0.75% | 0.56% | - |
| HSV(B) | 73.14º | 0.74% | 0.89% | - |
| XYZ | 49.47 | 66.19 | 14.17 | - |
| YUV | 196.67 | 49.74 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 58 | 0.16 | 0 | 0.74 | 0.11 | 73.14 | 0.75 | 0.56 |
| Hex | BE | E3 | 3A | 10 | 0 | 4A | B | 49 | 4B | 38 |
| Octal | 276 | 343 | 72 | 20 | 0 | 112 | 13 | 111 | 113 | 70 |
| Binary | 10111110 | 11100011 | 111010 | 10000 | 0 | 1001010 | 1011 | 1001001 | 1001011 | 111000 |
Color Harmonies of #BEE33A
Complementary color
Monochromatic Colors of #BEE33A
Black with #BEE33A
Text Example
Text Example
White with #BEE33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE33A; }
p { color: rgb(190,227,58); }
H1.HeaderClassName
{
color: #BEE33A;
}
.AnyTagClassName
{
color: #BEE33A;
}
</style>
background-color css
<style>
a { background-color: #BEE33A; }
a { background-color: rgb(190,227,58); }
div.DivClassName
{
background-color: #BEE33A;
}
.BgClassName
{
background-color: #BEE33A;
}
</style>
border-color css
<style>
span { border-color: #BEE33A; }
span { border-color: rgb(190,227,58); }
td.TdClassName
{
border-color: #BEE33A;
}
.TagClassName
{
border-color: #BEE33A;
}
</style>