Shades of Green Yellow #BDFF4D
Tints of Green Yellow #BDFF4D
RGB
CMYK
RGB Variations
Color information
#BDFF4D (or 0xBDFF4D) is known color: Green Yellow. HEX triplet: BD, FF and 4D. RGB value is (189,255,77). Sum of RGB (Red+Green+Blue) = 189+255+77=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF4D is #4200B2. Grayscale: #D7D7D7. Windows color (decimal): -4325555 or 5111741. OLE color: 5111741.
HSL color Cylindrical-coordinate representation of color #BDFF4D: hue angle of 82.25º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDFF4D is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 77 | - |
| CMYK | 0.26 | 0 | 0.70 | 0 |
| HSL | 82.25º | 1% | 0.65% | - |
| HSV(B) | 82.25º | 0.7% | 1% | - |
| XYZ | 58.09 | 82.87 | 19.96 | - |
| YUV | 214.97 | 50.13 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 77 | 0.26 | 0 | 0.70 | 0 | 82.25 | 1 | 0.65 |
| Hex | BD | FF | 4D | 1A | 0 | 46 | 0 | 52 | 64 | 41 |
| Octal | 275 | 377 | 115 | 32 | 0 | 106 | 0 | 122 | 144 | 101 |
| Binary | 10111101 | 11111111 | 1001101 | 11010 | 0 | 1000110 | 0 | 1010010 | 1100100 | 1000001 |
Color Harmonies of #BDFF4D
Complementary color
Monochromatic Colors of #BDFF4D
Black with #BDFF4D
Text Example
Text Example
White with #BDFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF4D; }
p { color: rgb(189,255,77); }
H1.HeaderClassName
{
color: #BDFF4D;
}
.AnyTagClassName
{
color: #BDFF4D;
}
</style>
background-color css
<style>
a { background-color: #BDFF4D; }
a { background-color: rgb(189,255,77); }
div.DivClassName
{
background-color: #BDFF4D;
}
.BgClassName
{
background-color: #BDFF4D;
}
</style>
border-color css
<style>
span { border-color: #BDFF4D; }
span { border-color: rgb(189,255,77); }
td.TdClassName
{
border-color: #BDFF4D;
}
.TagClassName
{
border-color: #BDFF4D;
}
</style>