Shades of Green Yellow #BDFE2E
Tints of Green Yellow #BDFE2E
RGB
CMYK
RGB Variations
Color information
#BDFE2E (or 0xBDFE2E) is known color: Green Yellow. HEX triplet: BD, FE and 2E. RGB value is (189,254,46). Sum of RGB (Red+Green+Blue) = 189+254+46=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE2E is #4201D1. Grayscale: #D3D3D3. Windows color (decimal): -4325842 or 3079869. OLE color: 3079869.
HSL color Cylindrical-coordinate representation of color #BDFE2E: hue angle of 78.75º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDFE2E is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 46 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.00 |
| HSL | 78.75º | 0.99% | 0.59% | - |
| HSV(B) | 78.75º | 0.82% | 1% | - |
| XYZ | 56.92 | 81.9 | 15.39 | - |
| YUV | 210.85 | 34.97 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 46 | 0.26 | 0 | 0.82 | 0.00 | 78.75 | 0.99 | 0.59 |
| Hex | BD | FE | 2E | 1A | 0 | 52 | 0 | 4F | 63 | 3B |
| Octal | 275 | 376 | 56 | 32 | 0 | 122 | 0 | 117 | 143 | 73 |
| Binary | 10111101 | 11111110 | 101110 | 11010 | 0 | 1010010 | 0 | 1001111 | 1100011 | 111011 |
Color Harmonies of #BDFE2E
Complementary color
Monochromatic Colors of #BDFE2E
Black with #BDFE2E
Text Example
Text Example
White with #BDFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE2E; }
p { color: rgb(189,254,46); }
H1.HeaderClassName
{
color: #BDFE2E;
}
.AnyTagClassName
{
color: #BDFE2E;
}
</style>
background-color css
<style>
a { background-color: #BDFE2E; }
a { background-color: rgb(189,254,46); }
div.DivClassName
{
background-color: #BDFE2E;
}
.BgClassName
{
background-color: #BDFE2E;
}
</style>
border-color css
<style>
span { border-color: #BDFE2E; }
span { border-color: rgb(189,254,46); }
td.TdClassName
{
border-color: #BDFE2E;
}
.TagClassName
{
border-color: #BDFE2E;
}
</style>