Shades of Las Palmas #BEEF3A
Tints of Las Palmas #BEEF3A
RGB
CMYK
RGB Variations
Color information
#BEEF3A (or 0xBEEF3A) is known color: Las Palmas. HEX triplet: BE, EF and 3A. RGB value is (190,239,58). Sum of RGB (Red+Green+Blue) = 190+239+58=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEF3A is #4110C5. Grayscale: #CCCCCC. Windows color (decimal): -4264134 or 3862462. OLE color: 3862462.
HSL color Cylindrical-coordinate representation of color #BEEF3A: hue angle of 76.24º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEEF3A is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 58 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.06 |
| HSL | 76.24º | 0.85% | 0.58% | - |
| HSV(B) | 76.24º | 0.76% | 0.94% | - |
| XYZ | 52.87 | 72.99 | 15.3 | - |
| YUV | 203.72 | 45.77 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 58 | 0.21 | 0 | 0.76 | 0.06 | 76.24 | 0.85 | 0.58 |
| Hex | BE | EF | 3A | 15 | 0 | 4C | 6 | 4C | 55 | 3A |
| Octal | 276 | 357 | 72 | 25 | 0 | 114 | 6 | 114 | 125 | 72 |
| Binary | 10111110 | 11101111 | 111010 | 10101 | 0 | 1001100 | 110 | 1001100 | 1010101 | 111010 |
Color Harmonies of #BEEF3A
Complementary color
Monochromatic Colors of #BEEF3A
Black with #BEEF3A
Text Example
Text Example
White with #BEEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEF3A; }
p { color: rgb(190,239,58); }
H1.HeaderClassName
{
color: #BEEF3A;
}
.AnyTagClassName
{
color: #BEEF3A;
}
</style>
background-color css
<style>
a { background-color: #BEEF3A; }
a { background-color: rgb(190,239,58); }
div.DivClassName
{
background-color: #BEEF3A;
}
.BgClassName
{
background-color: #BEEF3A;
}
</style>
border-color css
<style>
span { border-color: #BEEF3A; }
span { border-color: rgb(190,239,58); }
td.TdClassName
{
border-color: #BEEF3A;
}
.TagClassName
{
border-color: #BEEF3A;
}
</style>