Shades of Green Yellow #BDFF47
Tints of Green Yellow #BDFF47
RGB
CMYK
RGB Variations
Color information
#BDFF47 (or 0xBDFF47) is known color: Green Yellow. HEX triplet: BD, FF and 47. RGB value is (189,255,71). Sum of RGB (Red+Green+Blue) = 189+255+71=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF47 is #4200B8. Grayscale: #D6D6D6. Windows color (decimal): -4325561 or 4718525. OLE color: 4718525.
HSL color Cylindrical-coordinate representation of color #BDFF47: hue angle of 81.52º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDFF47 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 71 | - |
| CMYK | 0.26 | 0 | 0.72 | 0 |
| HSL | 81.52º | 1% | 0.64% | - |
| HSV(B) | 81.52º | 0.72% | 1% | - |
| XYZ | 57.88 | 82.79 | 18.89 | - |
| YUV | 214.29 | 47.13 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 71 | 0.26 | 0 | 0.72 | 0 | 81.52 | 1 | 0.64 |
| Hex | BD | FF | 47 | 1A | 0 | 48 | 0 | 52 | 64 | 40 |
| Octal | 275 | 377 | 107 | 32 | 0 | 110 | 0 | 122 | 144 | 100 |
| Binary | 10111101 | 11111111 | 1000111 | 11010 | 0 | 1001000 | 0 | 1010010 | 1100100 | 1000000 |
Color Harmonies of #BDFF47
Complementary color
Monochromatic Colors of #BDFF47
Black with #BDFF47
Text Example
Text Example
White with #BDFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF47; }
p { color: rgb(189,255,71); }
H1.HeaderClassName
{
color: #BDFF47;
}
.AnyTagClassName
{
color: #BDFF47;
}
</style>
background-color css
<style>
a { background-color: #BDFF47; }
a { background-color: rgb(189,255,71); }
div.DivClassName
{
background-color: #BDFF47;
}
.BgClassName
{
background-color: #BDFF47;
}
</style>
border-color css
<style>
span { border-color: #BDFF47; }
span { border-color: rgb(189,255,71); }
td.TdClassName
{
border-color: #BDFF47;
}
.TagClassName
{
border-color: #BDFF47;
}
</style>