Shades of Las Palmas #BEE332
Tints of Las Palmas #BEE332
RGB
CMYK
RGB Variations
Color information
#BEE332 (or 0xBEE332) is known color: Las Palmas. HEX triplet: BE, E3 and 32. RGB value is (190,227,50). Sum of RGB (Red+Green+Blue) = 190+227+50=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE332 is #411CCD. Grayscale: #C4C4C4. Windows color (decimal): -4267214 or 3335102. OLE color: 3335102.
HSL color Cylindrical-coordinate representation of color #BEE332: hue angle of 72.54º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEE332 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 227 | 50 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.11 |
| HSL | 72.54º | 0.76% | 0.54% | - |
| HSV(B) | 72.54º | 0.78% | 0.89% | - |
| XYZ | 49.28 | 66.12 | 13.18 | - |
| YUV | 195.76 | 45.74 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 227 | 50 | 0.16 | 0 | 0.78 | 0.11 | 72.54 | 0.76 | 0.54 |
| Hex | BE | E3 | 32 | 10 | 0 | 4E | B | 49 | 4C | 36 |
| Octal | 276 | 343 | 62 | 20 | 0 | 116 | 13 | 111 | 114 | 66 |
| Binary | 10111110 | 11100011 | 110010 | 10000 | 0 | 1001110 | 1011 | 1001001 | 1001100 | 110110 |
Color Harmonies of #BEE332
Complementary color
Monochromatic Colors of #BEE332
Black with #BEE332
Text Example
Text Example
White with #BEE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE332; }
p { color: rgb(190,227,50); }
H1.HeaderClassName
{
color: #BEE332;
}
.AnyTagClassName
{
color: #BEE332;
}
</style>
background-color css
<style>
a { background-color: #BEE332; }
a { background-color: rgb(190,227,50); }
div.DivClassName
{
background-color: #BEE332;
}
.BgClassName
{
background-color: #BEE332;
}
</style>
border-color css
<style>
span { border-color: #BEE332; }
span { border-color: rgb(190,227,50); }
td.TdClassName
{
border-color: #BEE332;
}
.TagClassName
{
border-color: #BEE332;
}
</style>