Shades of Green Yellow #BEFF3A
Tints of Green Yellow #BEFF3A
RGB
CMYK
RGB Variations
Color information
#BEFF3A (or 0xBEFF3A) is known color: Green Yellow. HEX triplet: BE, FF and 3A. RGB value is (190,255,58). Sum of RGB (Red+Green+Blue) = 190+255+58=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 58 (23.05% from 255 or 11.53% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFF3A is #4100C5. Grayscale: #D5D5D5. Windows color (decimal): -4260038 or 3866558. OLE color: 3866558.
HSL color Cylindrical-coordinate representation of color #BEFF3A: hue angle of 79.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEFF3A is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 58 | - |
| CMYK | 0.25 | 0 | 0.77 | 0 |
| HSL | 79.8º | 1% | 0.61% | - |
| HSV(B) | 79.8º | 0.77% | 1% | - |
| XYZ | 57.76 | 82.77 | 16.94 | - |
| YUV | 213.11 | 40.47 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 58 | 0.25 | 0 | 0.77 | 0 | 79.8 | 1 | 0.61 |
| Hex | BE | FF | 3A | 19 | 0 | 4D | 0 | 50 | 64 | 3D |
| Octal | 276 | 377 | 72 | 31 | 0 | 115 | 0 | 120 | 144 | 75 |
| Binary | 10111110 | 11111111 | 111010 | 11001 | 0 | 1001101 | 0 | 1010000 | 1100100 | 111101 |
Color Harmonies of #BEFF3A
Complementary color
Monochromatic Colors of #BEFF3A
Black with #BEFF3A
Text Example
Text Example
White with #BEFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF3A; }
p { color: rgb(190,255,58); }
H1.HeaderClassName
{
color: #BEFF3A;
}
.AnyTagClassName
{
color: #BEFF3A;
}
</style>
background-color css
<style>
a { background-color: #BEFF3A; }
a { background-color: rgb(190,255,58); }
div.DivClassName
{
background-color: #BEFF3A;
}
.BgClassName
{
background-color: #BEFF3A;
}
</style>
border-color css
<style>
span { border-color: #BEFF3A; }
span { border-color: rgb(190,255,58); }
td.TdClassName
{
border-color: #BEFF3A;
}
.TagClassName
{
border-color: #BEFF3A;
}
</style>