Shades of Green Yellow #BEF130
Tints of Green Yellow #BEF130
RGB
CMYK
RGB Variations
Color information
#BEF130 (or 0xBEF130) is known color: Green Yellow. HEX triplet: BE, F1 and 30. RGB value is (190,241,48). Sum of RGB (Red+Green+Blue) = 190+241+48=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF130 is #410ECF. Grayscale: #CCCCCC. Windows color (decimal): -4263632 or 3207614. OLE color: 3207614.
HSL color Cylindrical-coordinate representation of color #BEF130: hue angle of 75.85º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEF130 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 48 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.05 |
| HSL | 75.85º | 0.87% | 0.57% | - |
| HSV(B) | 75.85º | 0.8% | 0.95% | - |
| XYZ | 53.22 | 74.07 | 14.29 | - |
| YUV | 203.75 | 40.1 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 48 | 0.21 | 0 | 0.80 | 0.05 | 75.85 | 0.87 | 0.57 |
| Hex | BE | F1 | 30 | 15 | 0 | 50 | 5 | 4C | 57 | 39 |
| Octal | 276 | 361 | 60 | 25 | 0 | 120 | 5 | 114 | 127 | 71 |
| Binary | 10111110 | 11110001 | 110000 | 10101 | 0 | 1010000 | 101 | 1001100 | 1010111 | 111001 |
Color Harmonies of #BEF130
Complementary color
Monochromatic Colors of #BEF130
Black with #BEF130
Text Example
Text Example
White with #BEF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF130; }
p { color: rgb(190,241,48); }
H1.HeaderClassName
{
color: #BEF130;
}
.AnyTagClassName
{
color: #BEF130;
}
</style>
background-color css
<style>
a { background-color: #BEF130; }
a { background-color: rgb(190,241,48); }
div.DivClassName
{
background-color: #BEF130;
}
.BgClassName
{
background-color: #BEF130;
}
</style>
border-color css
<style>
span { border-color: #BEF130; }
span { border-color: rgb(190,241,48); }
td.TdClassName
{
border-color: #BEF130;
}
.TagClassName
{
border-color: #BEF130;
}
</style>