Shades of Green Yellow #BEF32A
Tints of Green Yellow #BEF32A
RGB
CMYK
RGB Variations
Color information
#BEF32A (or 0xBEF32A) is known color: Green Yellow. HEX triplet: BE, F3 and 2A. RGB value is (190,243,42). Sum of RGB (Red+Green+Blue) = 190+243+42=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 243 (95.31% from 255 or 51.16% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF32A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF32A is #410CD5. Grayscale: #CCCCCC. Windows color (decimal): -4263126 or 2814910. OLE color: 2814910.
HSL color Cylindrical-coordinate representation of color #BEF32A: hue angle of 75.82º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEF32A is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 42 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.05 |
| HSL | 75.82º | 0.89% | 0.56% | - |
| HSV(B) | 75.82º | 0.83% | 0.95% | - |
| XYZ | 53.7 | 75.22 | 13.88 | - |
| YUV | 204.24 | 36.44 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 42 | 0.22 | 0 | 0.83 | 0.05 | 75.82 | 0.89 | 0.56 |
| Hex | BE | F3 | 2A | 16 | 0 | 53 | 5 | 4C | 59 | 38 |
| Octal | 276 | 363 | 52 | 26 | 0 | 123 | 5 | 114 | 131 | 70 |
| Binary | 10111110 | 11110011 | 101010 | 10110 | 0 | 1010011 | 101 | 1001100 | 1011001 | 111000 |
Color Harmonies of #BEF32A
Complementary color
Monochromatic Colors of #BEF32A
Black with #BEF32A
Text Example
Text Example
White with #BEF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF32A; }
p { color: rgb(190,243,42); }
H1.HeaderClassName
{
color: #BEF32A;
}
.AnyTagClassName
{
color: #BEF32A;
}
</style>
background-color css
<style>
a { background-color: #BEF32A; }
a { background-color: rgb(190,243,42); }
div.DivClassName
{
background-color: #BEF32A;
}
.BgClassName
{
background-color: #BEF32A;
}
</style>
border-color css
<style>
span { border-color: #BEF32A; }
span { border-color: rgb(190,243,42); }
td.TdClassName
{
border-color: #BEF32A;
}
.TagClassName
{
border-color: #BEF32A;
}
</style>