Shades of Las Palmas #BEEE3A
Tints of Las Palmas #BEEE3A
RGB
CMYK
RGB Variations
Color information
#BEEE3A (or 0xBEEE3A) is known color: Las Palmas. HEX triplet: BE, EE and 3A. RGB value is (190,238,58). Sum of RGB (Red+Green+Blue) = 190+238+58=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEE3A is #4111C5. Grayscale: #CBCBCB. Windows color (decimal): -4264390 or 3862206. OLE color: 3862206.
HSL color Cylindrical-coordinate representation of color #BEEE3A: hue angle of 76º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEEE3A is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 58 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.07 |
| HSL | 76º | 0.84% | 0.58% | - |
| HSV(B) | 76º | 0.76% | 0.93% | - |
| XYZ | 52.57 | 72.4 | 15.21 | - |
| YUV | 203.13 | 46.1 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 58 | 0.20 | 0 | 0.76 | 0.07 | 76 | 0.84 | 0.58 |
| Hex | BE | EE | 3A | 14 | 0 | 4C | 7 | 4C | 54 | 3A |
| Octal | 276 | 356 | 72 | 24 | 0 | 114 | 7 | 114 | 124 | 72 |
| Binary | 10111110 | 11101110 | 111010 | 10100 | 0 | 1001100 | 111 | 1001100 | 1010100 | 111010 |
Color Harmonies of #BEEE3A
Complementary color
Monochromatic Colors of #BEEE3A
Black with #BEEE3A
Text Example
Text Example
White with #BEEE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEE3A; }
p { color: rgb(190,238,58); }
H1.HeaderClassName
{
color: #BEEE3A;
}
.AnyTagClassName
{
color: #BEEE3A;
}
</style>
background-color css
<style>
a { background-color: #BEEE3A; }
a { background-color: rgb(190,238,58); }
div.DivClassName
{
background-color: #BEEE3A;
}
.BgClassName
{
background-color: #BEEE3A;
}
</style>
border-color css
<style>
span { border-color: #BEEE3A; }
span { border-color: rgb(190,238,58); }
td.TdClassName
{
border-color: #BEEE3A;
}
.TagClassName
{
border-color: #BEEE3A;
}
</style>