Shades of Green Yellow #BEFB4A
Tints of Green Yellow #BEFB4A
RGB
CMYK
RGB Variations
Color information
#BEFB4A (or 0xBEFB4A) is known color: Green Yellow. HEX triplet: BE, FB and 4A. RGB value is (190,251,74). Sum of RGB (Red+Green+Blue) = 190+251+74=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFB4A is #4104B5. Grayscale: #D5D5D5. Windows color (decimal): -4261046 or 4914110. OLE color: 4914110.
HSL color Cylindrical-coordinate representation of color #BEFB4A: hue angle of 80.68º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEFB4A is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 251 | 74 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.02 |
| HSL | 80.68º | 0.96% | 0.64% | - |
| HSV(B) | 80.68º | 0.71% | 0.98% | - |
| XYZ | 56.97 | 80.44 | 19 | - |
| YUV | 212.58 | 49.79 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 251 | 74 | 0.24 | 0 | 0.71 | 0.02 | 80.68 | 0.96 | 0.64 |
| Hex | BE | FB | 4A | 18 | 0 | 47 | 2 | 51 | 60 | 40 |
| Octal | 276 | 373 | 112 | 30 | 0 | 107 | 2 | 121 | 140 | 100 |
| Binary | 10111110 | 11111011 | 1001010 | 11000 | 0 | 1000111 | 10 | 1010001 | 1100000 | 1000000 |
Color Harmonies of #BEFB4A
Complementary color
Monochromatic Colors of #BEFB4A
Black with #BEFB4A
Text Example
Text Example
White with #BEFB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFB4A; }
p { color: rgb(190,251,74); }
H1.HeaderClassName
{
color: #BEFB4A;
}
.AnyTagClassName
{
color: #BEFB4A;
}
</style>
background-color css
<style>
a { background-color: #BEFB4A; }
a { background-color: rgb(190,251,74); }
div.DivClassName
{
background-color: #BEFB4A;
}
.BgClassName
{
background-color: #BEFB4A;
}
</style>
border-color css
<style>
span { border-color: #BEFB4A; }
span { border-color: rgb(190,251,74); }
td.TdClassName
{
border-color: #BEFB4A;
}
.TagClassName
{
border-color: #BEFB4A;
}
</style>