Shades of Green Yellow #BEF432
Tints of Green Yellow #BEF432
RGB
CMYK
RGB Variations
Color information
#BEF432 (or 0xBEF432) is known color: Green Yellow. HEX triplet: BE, F4 and 32. RGB value is (190,244,50). Sum of RGB (Red+Green+Blue) = 190+244+50=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF432 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF432 is #410BCD. Grayscale: #CECECE. Windows color (decimal): -4262862 or 3339454. OLE color: 3339454.
HSL color Cylindrical-coordinate representation of color #BEF432: hue angle of 76.7º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEF432 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 50 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.04 |
| HSL | 76.7º | 0.9% | 0.58% | - |
| HSV(B) | 76.7º | 0.8% | 0.96% | - |
| XYZ | 54.16 | 75.88 | 14.81 | - |
| YUV | 205.74 | 40.11 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 50 | 0.22 | 0 | 0.80 | 0.04 | 76.7 | 0.9 | 0.58 |
| Hex | BE | F4 | 32 | 16 | 0 | 50 | 4 | 4D | 5A | 3A |
| Octal | 276 | 364 | 62 | 26 | 0 | 120 | 4 | 115 | 132 | 72 |
| Binary | 10111110 | 11110100 | 110010 | 10110 | 0 | 1010000 | 100 | 1001101 | 1011010 | 111010 |
Color Harmonies of #BEF432
Complementary color
Monochromatic Colors of #BEF432
Black with #BEF432
Text Example
Text Example
White with #BEF432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF432; }
p { color: rgb(190,244,50); }
H1.HeaderClassName
{
color: #BEF432;
}
.AnyTagClassName
{
color: #BEF432;
}
</style>
background-color css
<style>
a { background-color: #BEF432; }
a { background-color: rgb(190,244,50); }
div.DivClassName
{
background-color: #BEF432;
}
.BgClassName
{
background-color: #BEF432;
}
</style>
border-color css
<style>
span { border-color: #BEF432; }
span { border-color: rgb(190,244,50); }
td.TdClassName
{
border-color: #BEF432;
}
.TagClassName
{
border-color: #BEF432;
}
</style>