Shades of Green Yellow #BEF42A
Tints of Green Yellow #BEF42A
RGB
CMYK
RGB Variations
Color information
#BEF42A (or 0xBEF42A) is known color: Green Yellow. HEX triplet: BE, F4 and 2A. RGB value is (190,244,42). Sum of RGB (Red+Green+Blue) = 190+244+42=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 244 (95.70% from 255 or 51.26% from 476); Blue value is 42 (16.80% from 255 or 8.82% from 476); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF42A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF42A is #410BD5. Grayscale: #CDCDCD. Windows color (decimal): -4262870 or 2815166. OLE color: 2815166.
HSL color Cylindrical-coordinate representation of color #BEF42A: hue angle of 76.04º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEF42A is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 42 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.04 |
| HSL | 76.04º | 0.9% | 0.56% | - |
| HSV(B) | 76.04º | 0.83% | 0.96% | - |
| XYZ | 54 | 75.82 | 13.98 | - |
| YUV | 204.83 | 36.11 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 42 | 0.22 | 0 | 0.83 | 0.04 | 76.04 | 0.9 | 0.56 |
| Hex | BE | F4 | 2A | 16 | 0 | 53 | 4 | 4C | 5A | 38 |
| Octal | 276 | 364 | 52 | 26 | 0 | 123 | 4 | 114 | 132 | 70 |
| Binary | 10111110 | 11110100 | 101010 | 10110 | 0 | 1010011 | 100 | 1001100 | 1011010 | 111000 |
Color Harmonies of #BEF42A
Complementary color
Monochromatic Colors of #BEF42A
Black with #BEF42A
Text Example
Text Example
White with #BEF42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF42A; }
p { color: rgb(190,244,42); }
H1.HeaderClassName
{
color: #BEF42A;
}
.AnyTagClassName
{
color: #BEF42A;
}
</style>
background-color css
<style>
a { background-color: #BEF42A; }
a { background-color: rgb(190,244,42); }
div.DivClassName
{
background-color: #BEF42A;
}
.BgClassName
{
background-color: #BEF42A;
}
</style>
border-color css
<style>
span { border-color: #BEF42A; }
span { border-color: rgb(190,244,42); }
td.TdClassName
{
border-color: #BEF42A;
}
.TagClassName
{
border-color: #BEF42A;
}
</style>