Shades of Green Yellow #BEFF4A
Tints of Green Yellow #BEFF4A
RGB
CMYK
RGB Variations
Color information
#BEFF4A (or 0xBEFF4A) is known color: Green Yellow. HEX triplet: BE, FF and 4A. RGB value is (190,255,74). Sum of RGB (Red+Green+Blue) = 190+255+74=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFF4A is #4100B5. Grayscale: #D7D7D7. Windows color (decimal): -4260022 or 4915134. OLE color: 4915134.
HSL color Cylindrical-coordinate representation of color #BEFF4A: hue angle of 81.55º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEFF4A is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 74 | - |
| CMYK | 0.25 | 0 | 0.71 | 0 |
| HSL | 81.55º | 1% | 0.65% | - |
| HSV(B) | 81.55º | 0.71% | 1% | - |
| XYZ | 58.23 | 82.96 | 19.42 | - |
| YUV | 214.93 | 48.47 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 74 | 0.25 | 0 | 0.71 | 0 | 81.55 | 1 | 0.65 |
| Hex | BE | FF | 4A | 19 | 0 | 47 | 0 | 52 | 64 | 41 |
| Octal | 276 | 377 | 112 | 31 | 0 | 107 | 0 | 122 | 144 | 101 |
| Binary | 10111110 | 11111111 | 1001010 | 11001 | 0 | 1000111 | 0 | 1010010 | 1100100 | 1000001 |
Color Harmonies of #BEFF4A
Complementary color
Monochromatic Colors of #BEFF4A
Black with #BEFF4A
Text Example
Text Example
White with #BEFF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF4A; }
p { color: rgb(190,255,74); }
H1.HeaderClassName
{
color: #BEFF4A;
}
.AnyTagClassName
{
color: #BEFF4A;
}
</style>
background-color css
<style>
a { background-color: #BEFF4A; }
a { background-color: rgb(190,255,74); }
div.DivClassName
{
background-color: #BEFF4A;
}
.BgClassName
{
background-color: #BEFF4A;
}
</style>
border-color css
<style>
span { border-color: #BEFF4A; }
span { border-color: rgb(190,255,74); }
td.TdClassName
{
border-color: #BEFF4A;
}
.TagClassName
{
border-color: #BEFF4A;
}
</style>