Shades of Green Yellow #BEF430
Tints of Green Yellow #BEF430
RGB
CMYK
RGB Variations
Color information
#BEF430 (or 0xBEF430) is known color: Green Yellow. HEX triplet: BE, F4 and 30. RGB value is (190,244,48). Sum of RGB (Red+Green+Blue) = 190+244+48=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF430 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF430 is #410BCF. Grayscale: #CECECE. Windows color (decimal): -4262864 or 3208382. OLE color: 3208382.
HSL color Cylindrical-coordinate representation of color #BEF430: hue angle of 76.53º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEF430 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 48 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.04 |
| HSL | 76.53º | 0.9% | 0.57% | - |
| HSV(B) | 76.53º | 0.8% | 0.96% | - |
| XYZ | 54.12 | 75.86 | 14.59 | - |
| YUV | 205.51 | 39.11 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 48 | 0.22 | 0 | 0.80 | 0.04 | 76.53 | 0.9 | 0.57 |
| Hex | BE | F4 | 30 | 16 | 0 | 50 | 4 | 4D | 5A | 39 |
| Octal | 276 | 364 | 60 | 26 | 0 | 120 | 4 | 115 | 132 | 71 |
| Binary | 10111110 | 11110100 | 110000 | 10110 | 0 | 1010000 | 100 | 1001101 | 1011010 | 111001 |
Color Harmonies of #BEF430
Complementary color
Monochromatic Colors of #BEF430
Black with #BEF430
Text Example
Text Example
White with #BEF430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF430; }
p { color: rgb(190,244,48); }
H1.HeaderClassName
{
color: #BEF430;
}
.AnyTagClassName
{
color: #BEF430;
}
</style>
background-color css
<style>
a { background-color: #BEF430; }
a { background-color: rgb(190,244,48); }
div.DivClassName
{
background-color: #BEF430;
}
.BgClassName
{
background-color: #BEF430;
}
</style>
border-color css
<style>
span { border-color: #BEF430; }
span { border-color: rgb(190,244,48); }
td.TdClassName
{
border-color: #BEF430;
}
.TagClassName
{
border-color: #BEF430;
}
</style>