Shades of Green Yellow #BDFE4D
Tints of Green Yellow #BDFE4D
RGB
CMYK
RGB Variations
Color information
#BDFE4D (or 0xBDFE4D) is known color: Green Yellow. HEX triplet: BD, FE and 4D. RGB value is (189,254,77). Sum of RGB (Red+Green+Blue) = 189+254+77=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE4D is #4201B2. Grayscale: #D7D7D7. Windows color (decimal): -4325811 or 5111485. OLE color: 5111485.
HSL color Cylindrical-coordinate representation of color #BDFE4D: hue angle of 82.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDFE4D is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 77 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.00 |
| HSL | 82.03º | 0.99% | 0.65% | - |
| HSV(B) | 82.03º | 0.7% | 1% | - |
| XYZ | 57.77 | 82.24 | 19.85 | - |
| YUV | 214.39 | 50.47 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 77 | 0.26 | 0 | 0.70 | 0.00 | 82.03 | 0.99 | 0.65 |
| Hex | BD | FE | 4D | 1A | 0 | 46 | 0 | 52 | 63 | 41 |
| Octal | 275 | 376 | 115 | 32 | 0 | 106 | 0 | 122 | 143 | 101 |
| Binary | 10111101 | 11111110 | 1001101 | 11010 | 0 | 1000110 | 0 | 1010010 | 1100011 | 1000001 |
Color Harmonies of #BDFE4D
Complementary color
Monochromatic Colors of #BDFE4D
Black with #BDFE4D
Text Example
Text Example
White with #BDFE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE4D; }
p { color: rgb(189,254,77); }
H1.HeaderClassName
{
color: #BDFE4D;
}
.AnyTagClassName
{
color: #BDFE4D;
}
</style>
background-color css
<style>
a { background-color: #BDFE4D; }
a { background-color: rgb(189,254,77); }
div.DivClassName
{
background-color: #BDFE4D;
}
.BgClassName
{
background-color: #BDFE4D;
}
</style>
border-color css
<style>
span { border-color: #BDFE4D; }
span { border-color: rgb(189,254,77); }
td.TdClassName
{
border-color: #BDFE4D;
}
.TagClassName
{
border-color: #BDFE4D;
}
</style>