Shades of Green Yellow #BEFA3A
Tints of Green Yellow #BEFA3A
RGB
CMYK
RGB Variations
Color information
#BEFA3A (or 0xBEFA3A) is known color: Green Yellow. HEX triplet: BE, FA and 3A. RGB value is (190,250,58). Sum of RGB (Red+Green+Blue) = 190+250+58=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFA3A is #4105C5. Grayscale: #D2D2D2. Windows color (decimal): -4261318 or 3865278. OLE color: 3865278.
HSL color Cylindrical-coordinate representation of color #BEFA3A: hue angle of 78.75º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEFA3A is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 58 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.02 |
| HSL | 78.75º | 0.95% | 0.6% | - |
| HSV(B) | 78.75º | 0.77% | 0.98% | - |
| XYZ | 56.18 | 79.62 | 16.41 | - |
| YUV | 210.17 | 42.12 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 58 | 0.24 | 0 | 0.77 | 0.02 | 78.75 | 0.95 | 0.6 |
| Hex | BE | FA | 3A | 18 | 0 | 4D | 2 | 4F | 5F | 3C |
| Octal | 276 | 372 | 72 | 30 | 0 | 115 | 2 | 117 | 137 | 74 |
| Binary | 10111110 | 11111010 | 111010 | 11000 | 0 | 1001101 | 10 | 1001111 | 1011111 | 111100 |
Color Harmonies of #BEFA3A
Complementary color
Monochromatic Colors of #BEFA3A
Black with #BEFA3A
Text Example
Text Example
White with #BEFA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFA3A; }
p { color: rgb(190,250,58); }
H1.HeaderClassName
{
color: #BEFA3A;
}
.AnyTagClassName
{
color: #BEFA3A;
}
</style>
background-color css
<style>
a { background-color: #BEFA3A; }
a { background-color: rgb(190,250,58); }
div.DivClassName
{
background-color: #BEFA3A;
}
.BgClassName
{
background-color: #BEFA3A;
}
</style>
border-color css
<style>
span { border-color: #BEFA3A; }
span { border-color: rgb(190,250,58); }
td.TdClassName
{
border-color: #BEFA3A;
}
.TagClassName
{
border-color: #BEFA3A;
}
</style>