Shades of Las Palmas #BEF03A
Tints of Las Palmas #BEF03A
RGB
CMYK
RGB Variations
Color information
#BEF03A (or 0xBEF03A) is known color: Las Palmas. HEX triplet: BE, F0 and 3A. RGB value is (190,240,58). Sum of RGB (Red+Green+Blue) = 190+240+58=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF03A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF03A is #410FC5. Grayscale: #CCCCCC. Windows color (decimal): -4263878 or 3862718. OLE color: 3862718.
HSL color Cylindrical-coordinate representation of color #BEF03A: hue angle of 76.48º degrees, saturation: 0.86, 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 #BEF03A is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 58 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.06 |
| HSL | 76.48º | 0.86% | 0.58% | - |
| HSV(B) | 76.48º | 0.76% | 0.94% | - |
| XYZ | 53.16 | 73.57 | 15.4 | - |
| YUV | 204.3 | 45.44 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 58 | 0.21 | 0 | 0.76 | 0.06 | 76.48 | 0.86 | 0.58 |
| Hex | BE | F0 | 3A | 15 | 0 | 4C | 6 | 4C | 56 | 3A |
| Octal | 276 | 360 | 72 | 25 | 0 | 114 | 6 | 114 | 126 | 72 |
| Binary | 10111110 | 11110000 | 111010 | 10101 | 0 | 1001100 | 110 | 1001100 | 1010110 | 111010 |
Color Harmonies of #BEF03A
Complementary color
Monochromatic Colors of #BEF03A
Black with #BEF03A
Text Example
Text Example
White with #BEF03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF03A; }
p { color: rgb(190,240,58); }
H1.HeaderClassName
{
color: #BEF03A;
}
.AnyTagClassName
{
color: #BEF03A;
}
</style>
background-color css
<style>
a { background-color: #BEF03A; }
a { background-color: rgb(190,240,58); }
div.DivClassName
{
background-color: #BEF03A;
}
.BgClassName
{
background-color: #BEF03A;
}
</style>
border-color css
<style>
span { border-color: #BEF03A; }
span { border-color: rgb(190,240,58); }
td.TdClassName
{
border-color: #BEF03A;
}
.TagClassName
{
border-color: #BEF03A;
}
</style>