Shades of Green Yellow #BEFE1B
Tints of Green Yellow #BEFE1B
RGB
CMYK
RGB Variations
Color information
#BEFE1B (or 0xBEFE1B) is known color: Green Yellow. HEX triplet: BE, FE and 1B. RGB value is (190,254,27). Sum of RGB (Red+Green+Blue) = 190+254+27=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFE1B is #4101E4. Grayscale: #D1D1D1. Windows color (decimal): -4260325 or 1834686. OLE color: 1834686.
HSL color Cylindrical-coordinate representation of color #BEFE1B: hue angle of 76.92º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEFE1B is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 254 | 27 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.00 |
| HSL | 76.92º | 0.99% | 0.55% | - |
| HSV(B) | 76.92º | 0.89% | 1% | - |
| XYZ | 56.87 | 81.91 | 13.85 | - |
| YUV | 208.99 | 25.3 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 254 | 27 | 0.25 | 0 | 0.89 | 0.00 | 76.92 | 0.99 | 0.55 |
| Hex | BE | FE | 1B | 19 | 0 | 59 | 0 | 4D | 63 | 37 |
| Octal | 276 | 376 | 33 | 31 | 0 | 131 | 0 | 115 | 143 | 67 |
| Binary | 10111110 | 11111110 | 11011 | 11001 | 0 | 1011001 | 0 | 1001101 | 1100011 | 110111 |
Color Harmonies of #BEFE1B
Complementary color
Monochromatic Colors of #BEFE1B
Black with #BEFE1B
Text Example
Text Example
White with #BEFE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFE1B; }
p { color: rgb(190,254,27); }
H1.HeaderClassName
{
color: #BEFE1B;
}
.AnyTagClassName
{
color: #BEFE1B;
}
</style>
background-color css
<style>
a { background-color: #BEFE1B; }
a { background-color: rgb(190,254,27); }
div.DivClassName
{
background-color: #BEFE1B;
}
.BgClassName
{
background-color: #BEFE1B;
}
</style>
border-color css
<style>
span { border-color: #BEFE1B; }
span { border-color: rgb(190,254,27); }
td.TdClassName
{
border-color: #BEFE1B;
}
.TagClassName
{
border-color: #BEFE1B;
}
</style>