Shades of Las Palmas #BEE53A
Tints of Las Palmas #BEE53A
RGB
CMYK
RGB Variations
Color information
#BEE53A (or 0xBEE53A) is known color: Las Palmas. HEX triplet: BE, E5 and 3A. RGB value is (190,229,58). Sum of RGB (Red+Green+Blue) = 190+229+58=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE53A is #411AC5. Grayscale: #C6C6C6. Windows color (decimal): -4266694 or 3859902. OLE color: 3859902.
HSL color Cylindrical-coordinate representation of color #BEE53A: hue angle of 73.68º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BEE53A is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 58 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.10 |
| HSL | 73.68º | 0.77% | 0.56% | - |
| HSV(B) | 73.68º | 0.75% | 0.9% | - |
| XYZ | 50.02 | 67.29 | 14.36 | - |
| YUV | 197.85 | 49.08 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 58 | 0.17 | 0 | 0.75 | 0.10 | 73.68 | 0.77 | 0.56 |
| Hex | BE | E5 | 3A | 11 | 0 | 4B | A | 4A | 4D | 38 |
| Octal | 276 | 345 | 72 | 21 | 0 | 113 | 12 | 112 | 115 | 70 |
| Binary | 10111110 | 11100101 | 111010 | 10001 | 0 | 1001011 | 1010 | 1001010 | 1001101 | 111000 |
Color Harmonies of #BEE53A
Complementary color
Monochromatic Colors of #BEE53A
Black with #BEE53A
Text Example
Text Example
White with #BEE53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE53A; }
p { color: rgb(190,229,58); }
H1.HeaderClassName
{
color: #BEE53A;
}
.AnyTagClassName
{
color: #BEE53A;
}
</style>
background-color css
<style>
a { background-color: #BEE53A; }
a { background-color: rgb(190,229,58); }
div.DivClassName
{
background-color: #BEE53A;
}
.BgClassName
{
background-color: #BEE53A;
}
</style>
border-color css
<style>
span { border-color: #BEE53A; }
span { border-color: rgb(190,229,58); }
td.TdClassName
{
border-color: #BEE53A;
}
.TagClassName
{
border-color: #BEE53A;
}
</style>