Shades of Green Yellow #BDFB2E
Tints of Green Yellow #BDFB2E
RGB
CMYK
RGB Variations
Color information
#BDFB2E (or 0xBDFB2E) is known color: Green Yellow. HEX triplet: BD, FB and 2E. RGB value is (189,251,46). Sum of RGB (Red+Green+Blue) = 189+251+46=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFB2E is #4204D1. Grayscale: #D1D1D1. Windows color (decimal): -4326610 or 3079101. OLE color: 3079101.
HSL color Cylindrical-coordinate representation of color #BDFB2E: hue angle of 78.15º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDFB2E is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 46 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.02 |
| HSL | 78.15º | 0.96% | 0.58% | - |
| HSV(B) | 78.15º | 0.82% | 0.98% | - |
| XYZ | 55.98 | 80.01 | 15.08 | - |
| YUV | 209.09 | 35.96 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 46 | 0.25 | 0 | 0.82 | 0.02 | 78.15 | 0.96 | 0.58 |
| Hex | BD | FB | 2E | 19 | 0 | 52 | 2 | 4E | 60 | 3A |
| Octal | 275 | 373 | 56 | 31 | 0 | 122 | 2 | 116 | 140 | 72 |
| Binary | 10111101 | 11111011 | 101110 | 11001 | 0 | 1010010 | 10 | 1001110 | 1100000 | 111010 |
Color Harmonies of #BDFB2E
Complementary color
Monochromatic Colors of #BDFB2E
Black with #BDFB2E
Text Example
Text Example
White with #BDFB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB2E; }
p { color: rgb(189,251,46); }
H1.HeaderClassName
{
color: #BDFB2E;
}
.AnyTagClassName
{
color: #BDFB2E;
}
</style>
background-color css
<style>
a { background-color: #BDFB2E; }
a { background-color: rgb(189,251,46); }
div.DivClassName
{
background-color: #BDFB2E;
}
.BgClassName
{
background-color: #BDFB2E;
}
</style>
border-color css
<style>
span { border-color: #BDFB2E; }
span { border-color: rgb(189,251,46); }
td.TdClassName
{
border-color: #BDFB2E;
}
.TagClassName
{
border-color: #BDFB2E;
}
</style>