Shades of Green Yellow #BDFD47
Tints of Green Yellow #BDFD47
RGB
CMYK
RGB Variations
Color information
#BDFD47 (or 0xBDFD47) is known color: Green Yellow. HEX triplet: BD, FD and 47. RGB value is (189,253,71). Sum of RGB (Red+Green+Blue) = 189+253+71=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 71 (28.12% from 255 or 13.84% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFD47 is #4202B8. Grayscale: #D5D5D5. Windows color (decimal): -4326073 or 4718013. OLE color: 4718013.
HSL color Cylindrical-coordinate representation of color #BDFD47: hue angle of 81.1º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDFD47 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 71 | - |
| CMYK | 0.25 | 0 | 0.72 | 0.01 |
| HSL | 81.1º | 0.98% | 0.64% | - |
| HSV(B) | 81.1º | 0.72% | 0.99% | - |
| XYZ | 57.25 | 81.52 | 18.68 | - |
| YUV | 213.12 | 47.8 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 71 | 0.25 | 0 | 0.72 | 0.01 | 81.1 | 0.98 | 0.64 |
| Hex | BD | FD | 47 | 19 | 0 | 48 | 1 | 51 | 62 | 40 |
| Octal | 275 | 375 | 107 | 31 | 0 | 110 | 1 | 121 | 142 | 100 |
| Binary | 10111101 | 11111101 | 1000111 | 11001 | 0 | 1001000 | 1 | 1010001 | 1100010 | 1000000 |
Color Harmonies of #BDFD47
Complementary color
Monochromatic Colors of #BDFD47
Black with #BDFD47
Text Example
Text Example
White with #BDFD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFD47; }
p { color: rgb(189,253,71); }
H1.HeaderClassName
{
color: #BDFD47;
}
.AnyTagClassName
{
color: #BDFD47;
}
</style>
background-color css
<style>
a { background-color: #BDFD47; }
a { background-color: rgb(189,253,71); }
div.DivClassName
{
background-color: #BDFD47;
}
.BgClassName
{
background-color: #BDFD47;
}
</style>
border-color css
<style>
span { border-color: #BDFD47; }
span { border-color: rgb(189,253,71); }
td.TdClassName
{
border-color: #BDFD47;
}
.TagClassName
{
border-color: #BDFD47;
}
</style>