Shades of Green Yellow #BEF62A
Tints of Green Yellow #BEF62A
RGB
CMYK
RGB Variations
Color information
#BEF62A (or 0xBEF62A) is known color: Green Yellow. HEX triplet: BE, F6 and 2A. RGB value is (190,246,42). Sum of RGB (Red+Green+Blue) = 190+246+42=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF62A is #4109D5. Grayscale: #CECECE. Windows color (decimal): -4262358 or 2815678. OLE color: 2815678.
HSL color Cylindrical-coordinate representation of color #BEF62A: hue angle of 76.47º degrees, saturation: 0.92, 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 #BEF62A is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 42 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.04 |
| HSL | 76.47º | 0.92% | 0.56% | - |
| HSV(B) | 76.47º | 0.83% | 0.96% | - |
| XYZ | 54.61 | 77.03 | 14.18 | - |
| YUV | 206 | 35.45 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 42 | 0.23 | 0 | 0.83 | 0.04 | 76.47 | 0.92 | 0.56 |
| Hex | BE | F6 | 2A | 17 | 0 | 53 | 4 | 4C | 5C | 38 |
| Octal | 276 | 366 | 52 | 27 | 0 | 123 | 4 | 114 | 134 | 70 |
| Binary | 10111110 | 11110110 | 101010 | 10111 | 0 | 1010011 | 100 | 1001100 | 1011100 | 111000 |
Color Harmonies of #BEF62A
Complementary color
Monochromatic Colors of #BEF62A
Black with #BEF62A
Text Example
Text Example
White with #BEF62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF62A; }
p { color: rgb(190,246,42); }
H1.HeaderClassName
{
color: #BEF62A;
}
.AnyTagClassName
{
color: #BEF62A;
}
</style>
background-color css
<style>
a { background-color: #BEF62A; }
a { background-color: rgb(190,246,42); }
div.DivClassName
{
background-color: #BEF62A;
}
.BgClassName
{
background-color: #BEF62A;
}
</style>
border-color css
<style>
span { border-color: #BEF62A; }
span { border-color: rgb(190,246,42); }
td.TdClassName
{
border-color: #BEF62A;
}
.TagClassName
{
border-color: #BEF62A;
}
</style>