Shades of Green Yellow #BEFD20
Tints of Green Yellow #BEFD20
RGB
CMYK
RGB Variations
Color information
#BEFD20 (or 0xBEFD20) is known color: Green Yellow. HEX triplet: BE, FD and 20. RGB value is (190,253,32). Sum of RGB (Red+Green+Blue) = 190+253+32=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 32 (12.89% from 255 or 6.74% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFD20 is #4102DF. Grayscale: #D1D1D1. Windows color (decimal): -4260576 or 2162110. OLE color: 2162110.
HSL color Cylindrical-coordinate representation of color #BEFD20: hue angle of 77.1º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BEFD20 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 32 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.01 |
| HSL | 77.1º | 0.98% | 0.56% | - |
| HSV(B) | 77.1º | 0.87% | 0.99% | - |
| XYZ | 56.62 | 81.3 | 14.08 | - |
| YUV | 208.97 | 28.13 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 32 | 0.25 | 0 | 0.87 | 0.01 | 77.1 | 0.98 | 0.56 |
| Hex | BE | FD | 20 | 19 | 0 | 57 | 1 | 4D | 62 | 38 |
| Octal | 276 | 375 | 40 | 31 | 0 | 127 | 1 | 115 | 142 | 70 |
| Binary | 10111110 | 11111101 | 100000 | 11001 | 0 | 1010111 | 1 | 1001101 | 1100010 | 111000 |
Color Harmonies of #BEFD20
Complementary color
Monochromatic Colors of #BEFD20
Black with #BEFD20
Text Example
Text Example
White with #BEFD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFD20; }
p { color: rgb(190,253,32); }
H1.HeaderClassName
{
color: #BEFD20;
}
.AnyTagClassName
{
color: #BEFD20;
}
</style>
background-color css
<style>
a { background-color: #BEFD20; }
a { background-color: rgb(190,253,32); }
div.DivClassName
{
background-color: #BEFD20;
}
.BgClassName
{
background-color: #BEFD20;
}
</style>
border-color css
<style>
span { border-color: #BEFD20; }
span { border-color: rgb(190,253,32); }
td.TdClassName
{
border-color: #BEFD20;
}
.TagClassName
{
border-color: #BEFD20;
}
</style>