Shades of Green Yellow #BEFE3A
Tints of Green Yellow #BEFE3A
RGB
CMYK
RGB Variations
Color information
#BEFE3A (or 0xBEFE3A) is known color: Green Yellow. HEX triplet: BE, FE and 3A. RGB value is (190,254,58). Sum of RGB (Red+Green+Blue) = 190+254+58=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 58 (23.05% from 255 or 11.55% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFE3A is #4101C5. Grayscale: #D5D5D5. Windows color (decimal): -4260294 or 3866302. OLE color: 3866302.
HSL color Cylindrical-coordinate representation of color #BEFE3A: hue angle of 79.59º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEFE3A is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 58 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.00 |
| HSL | 79.59º | 0.99% | 0.61% | - |
| HSV(B) | 79.59º | 0.77% | 1% | - |
| XYZ | 57.44 | 82.14 | 16.83 | - |
| YUV | 212.52 | 40.8 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 58 | 0.25 | 0 | 0.77 | 0.00 | 79.59 | 0.99 | 0.61 |
| Hex | BE | FE | 3A | 19 | 0 | 4D | 0 | 50 | 63 | 3D |
| Octal | 276 | 376 | 72 | 31 | 0 | 115 | 0 | 120 | 143 | 75 |
| Binary | 10111110 | 11111110 | 111010 | 11001 | 0 | 1001101 | 0 | 1010000 | 1100011 | 111101 |
Color Harmonies of #BEFE3A
Complementary color
Monochromatic Colors of #BEFE3A
Black with #BEFE3A
Text Example
Text Example
White with #BEFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE3A; }
p { color: rgb(190,254,58); }
H1.HeaderClassName
{
color: #BEFE3A;
}
.AnyTagClassName
{
color: #BEFE3A;
}
</style>
background-color css
<style>
a { background-color: #BEFE3A; }
a { background-color: rgb(190,254,58); }
div.DivClassName
{
background-color: #BEFE3A;
}
.BgClassName
{
background-color: #BEFE3A;
}
</style>
border-color css
<style>
span { border-color: #BEFE3A; }
span { border-color: rgb(190,254,58); }
td.TdClassName
{
border-color: #BEFE3A;
}
.TagClassName
{
border-color: #BEFE3A;
}
</style>