Shades of Green Yellow #BEFE32
Tints of Green Yellow #BEFE32
RGB
CMYK
RGB Variations
Color information
#BEFE32 (or 0xBEFE32) is known color: Green Yellow. HEX triplet: BE, FE and 32. RGB value is (190,254,50). Sum of RGB (Red+Green+Blue) = 190+254+50=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 50 (19.92% from 255 or 10.12% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFE32 is #4101CD. Grayscale: #D4D4D4. Windows color (decimal): -4260302 or 3342014. OLE color: 3342014.
HSL color Cylindrical-coordinate representation of color #BEFE32: hue angle of 78.82º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEFE32 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 50 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.00 |
| HSL | 78.82º | 0.99% | 0.6% | - |
| HSV(B) | 78.82º | 0.8% | 1% | - |
| XYZ | 57.25 | 82.06 | 15.84 | - |
| YUV | 211.61 | 36.8 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 50 | 0.25 | 0 | 0.80 | 0.00 | 78.82 | 0.99 | 0.6 |
| Hex | BE | FE | 32 | 19 | 0 | 50 | 0 | 4F | 63 | 3C |
| Octal | 276 | 376 | 62 | 31 | 0 | 120 | 0 | 117 | 143 | 74 |
| Binary | 10111110 | 11111110 | 110010 | 11001 | 0 | 1010000 | 0 | 1001111 | 1100011 | 111100 |
Color Harmonies of #BEFE32
Complementary color
Monochromatic Colors of #BEFE32
Black with #BEFE32
Text Example
Text Example
White with #BEFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE32; }
p { color: rgb(190,254,50); }
H1.HeaderClassName
{
color: #BEFE32;
}
.AnyTagClassName
{
color: #BEFE32;
}
</style>
background-color css
<style>
a { background-color: #BEFE32; }
a { background-color: rgb(190,254,50); }
div.DivClassName
{
background-color: #BEFE32;
}
.BgClassName
{
background-color: #BEFE32;
}
</style>
border-color css
<style>
span { border-color: #BEFE32; }
span { border-color: rgb(190,254,50); }
td.TdClassName
{
border-color: #BEFE32;
}
.TagClassName
{
border-color: #BEFE32;
}
</style>