Shades of Green Yellow #BEFF2A
Tints of Green Yellow #BEFF2A
RGB
CMYK
RGB Variations
Color information
#BEFF2A (or 0xBEFF2A) is known color: Green Yellow. HEX triplet: BE, FF and 2A. RGB value is (190,255,42). Sum of RGB (Red+Green+Blue) = 190+255+42=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFF2A is #4100D5. Grayscale: #D4D4D4. Windows color (decimal): -4260054 or 2817982. OLE color: 2817982.
HSL color Cylindrical-coordinate representation of color #BEFF2A: hue angle of 78.31º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BEFF2A is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 42 | - |
| CMYK | 0.25 | 0 | 0.84 | 0 |
| HSL | 78.31º | 1% | 0.58% | - |
| HSV(B) | 78.31º | 0.84% | 1% | - |
| XYZ | 57.41 | 82.63 | 15.11 | - |
| YUV | 211.28 | 32.47 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 42 | 0.25 | 0 | 0.84 | 0 | 78.31 | 1 | 0.58 |
| Hex | BE | FF | 2A | 19 | 0 | 54 | 0 | 4E | 64 | 3A |
| Octal | 276 | 377 | 52 | 31 | 0 | 124 | 0 | 116 | 144 | 72 |
| Binary | 10111110 | 11111111 | 101010 | 11001 | 0 | 1010100 | 0 | 1001110 | 1100100 | 111010 |
Color Harmonies of #BEFF2A
Complementary color
Monochromatic Colors of #BEFF2A
Black with #BEFF2A
Text Example
Text Example
White with #BEFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF2A; }
p { color: rgb(190,255,42); }
H1.HeaderClassName
{
color: #BEFF2A;
}
.AnyTagClassName
{
color: #BEFF2A;
}
</style>
background-color css
<style>
a { background-color: #BEFF2A; }
a { background-color: rgb(190,255,42); }
div.DivClassName
{
background-color: #BEFF2A;
}
.BgClassName
{
background-color: #BEFF2A;
}
</style>
border-color css
<style>
span { border-color: #BEFF2A; }
span { border-color: rgb(190,255,42); }
td.TdClassName
{
border-color: #BEFF2A;
}
.TagClassName
{
border-color: #BEFF2A;
}
</style>