Shades of Green Yellow #BEFE2A
Tints of Green Yellow #BEFE2A
RGB
CMYK
RGB Variations
Color information
#BEFE2A (or 0xBEFE2A) is known color: Green Yellow. HEX triplet: BE, FE and 2A. RGB value is (190,254,42). Sum of RGB (Red+Green+Blue) = 190+254+42=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 42 (16.80% from 255 or 8.64% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFE2A is #4101D5. Grayscale: #D3D3D3. Windows color (decimal): -4260310 or 2817726. OLE color: 2817726.
HSL color Cylindrical-coordinate representation of color #BEFE2A: hue angle of 78.11º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEFE2A is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 42 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.00 |
| HSL | 78.11º | 0.99% | 0.58% | - |
| HSV(B) | 78.11º | 0.83% | 1% | - |
| XYZ | 57.09 | 82 | 15.01 | - |
| YUV | 210.7 | 32.8 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 42 | 0.25 | 0 | 0.83 | 0.00 | 78.11 | 0.99 | 0.58 |
| Hex | BE | FE | 2A | 19 | 0 | 53 | 0 | 4E | 63 | 3A |
| Octal | 276 | 376 | 52 | 31 | 0 | 123 | 0 | 116 | 143 | 72 |
| Binary | 10111110 | 11111110 | 101010 | 11001 | 0 | 1010011 | 0 | 1001110 | 1100011 | 111010 |
Color Harmonies of #BEFE2A
Complementary color
Monochromatic Colors of #BEFE2A
Black with #BEFE2A
Text Example
Text Example
White with #BEFE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE2A; }
p { color: rgb(190,254,42); }
H1.HeaderClassName
{
color: #BEFE2A;
}
.AnyTagClassName
{
color: #BEFE2A;
}
</style>
background-color css
<style>
a { background-color: #BEFE2A; }
a { background-color: rgb(190,254,42); }
div.DivClassName
{
background-color: #BEFE2A;
}
.BgClassName
{
background-color: #BEFE2A;
}
</style>
border-color css
<style>
span { border-color: #BEFE2A; }
span { border-color: rgb(190,254,42); }
td.TdClassName
{
border-color: #BEFE2A;
}
.TagClassName
{
border-color: #BEFE2A;
}
</style>