Shades of Green Yellow #BEFF2E
Tints of Green Yellow #BEFF2E
RGB
CMYK
RGB Variations
Color information
#BEFF2E (or 0xBEFF2E) is known color: Green Yellow. HEX triplet: BE, FF and 2E. RGB value is (190,255,46). Sum of RGB (Red+Green+Blue) = 190+255+46=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEFF2E is #4100D1. Grayscale: #D4D4D4. Windows color (decimal): -4260050 or 3080126. OLE color: 3080126.
HSL color Cylindrical-coordinate representation of color #BEFF2E: hue angle of 78.66º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEFF2E is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 46 | - |
| CMYK | 0.25 | 0 | 0.82 | 0 |
| HSL | 78.66º | 1% | 0.59% | - |
| HSV(B) | 78.66º | 0.82% | 1% | - |
| XYZ | 57.49 | 82.66 | 15.51 | - |
| YUV | 211.74 | 34.47 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 46 | 0.25 | 0 | 0.82 | 0 | 78.66 | 1 | 0.59 |
| Hex | BE | FF | 2E | 19 | 0 | 52 | 0 | 4F | 64 | 3B |
| Octal | 276 | 377 | 56 | 31 | 0 | 122 | 0 | 117 | 144 | 73 |
| Binary | 10111110 | 11111111 | 101110 | 11001 | 0 | 1010010 | 0 | 1001111 | 1100100 | 111011 |
Color Harmonies of #BEFF2E
Complementary color
Monochromatic Colors of #BEFF2E
Black with #BEFF2E
Text Example
Text Example
White with #BEFF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF2E; }
p { color: rgb(190,255,46); }
H1.HeaderClassName
{
color: #BEFF2E;
}
.AnyTagClassName
{
color: #BEFF2E;
}
</style>
background-color css
<style>
a { background-color: #BEFF2E; }
a { background-color: rgb(190,255,46); }
div.DivClassName
{
background-color: #BEFF2E;
}
.BgClassName
{
background-color: #BEFF2E;
}
</style>
border-color css
<style>
span { border-color: #BEFF2E; }
span { border-color: rgb(190,255,46); }
td.TdClassName
{
border-color: #BEFF2E;
}
.TagClassName
{
border-color: #BEFF2E;
}
</style>