Shades of Green Yellow #BEFA4A
Tints of Green Yellow #BEFA4A
RGB
CMYK
RGB Variations
Color information
#BEFA4A (or 0xBEFA4A) is known color: Green Yellow. HEX triplet: BE, FA and 4A. RGB value is (190,250,74). Sum of RGB (Red+Green+Blue) = 190+250+74=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFA4A is #4105B5. Grayscale: #D4D4D4. Windows color (decimal): -4261302 or 4913854. OLE color: 4913854.
HSL color Cylindrical-coordinate representation of color #BEFA4A: hue angle of 80.45º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEFA4A is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 74 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.02 |
| HSL | 80.45º | 0.95% | 0.64% | - |
| HSV(B) | 80.45º | 0.7% | 0.98% | - |
| XYZ | 56.66 | 79.81 | 18.9 | - |
| YUV | 212 | 50.12 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 74 | 0.24 | 0 | 0.70 | 0.02 | 80.45 | 0.95 | 0.64 |
| Hex | BE | FA | 4A | 18 | 0 | 46 | 2 | 50 | 5F | 40 |
| Octal | 276 | 372 | 112 | 30 | 0 | 106 | 2 | 120 | 137 | 100 |
| Binary | 10111110 | 11111010 | 1001010 | 11000 | 0 | 1000110 | 10 | 1010000 | 1011111 | 1000000 |
Color Harmonies of #BEFA4A
Complementary color
Monochromatic Colors of #BEFA4A
Black with #BEFA4A
Text Example
Text Example
White with #BEFA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFA4A; }
p { color: rgb(190,250,74); }
H1.HeaderClassName
{
color: #BEFA4A;
}
.AnyTagClassName
{
color: #BEFA4A;
}
</style>
background-color css
<style>
a { background-color: #BEFA4A; }
a { background-color: rgb(190,250,74); }
div.DivClassName
{
background-color: #BEFA4A;
}
.BgClassName
{
background-color: #BEFA4A;
}
</style>
border-color css
<style>
span { border-color: #BEFA4A; }
span { border-color: rgb(190,250,74); }
td.TdClassName
{
border-color: #BEFA4A;
}
.TagClassName
{
border-color: #BEFA4A;
}
</style>