Shades of Green Yellow #BDF731
Tints of Green Yellow #BDF731
RGB
CMYK
RGB Variations
Color information
#BDF731 (or 0xBDF731) is known color: Green Yellow. HEX triplet: BD, F7 and 31. RGB value is (189,247,49). Sum of RGB (Red+Green+Blue) = 189+247+49=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF731 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF731 is #4208CE. Grayscale: #CFCFCF. Windows color (decimal): -4327631 or 3274685. OLE color: 3274685.
HSL color Cylindrical-coordinate representation of color #BDF731: hue angle of 77.58º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDF731 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 49 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.03 |
| HSL | 77.58º | 0.93% | 0.58% | - |
| HSV(B) | 77.58º | 0.8% | 0.97% | - |
| XYZ | 54.8 | 77.56 | 14.99 | - |
| YUV | 207.09 | 38.78 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 49 | 0.23 | 0 | 0.80 | 0.03 | 77.58 | 0.93 | 0.58 |
| Hex | BD | F7 | 31 | 17 | 0 | 50 | 3 | 4E | 5D | 3A |
| Octal | 275 | 367 | 61 | 27 | 0 | 120 | 3 | 116 | 135 | 72 |
| Binary | 10111101 | 11110111 | 110001 | 10111 | 0 | 1010000 | 11 | 1001110 | 1011101 | 111010 |
Color Harmonies of #BDF731
Complementary color
Monochromatic Colors of #BDF731
Black with #BDF731
Text Example
Text Example
White with #BDF731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF731; }
p { color: rgb(189,247,49); }
H1.HeaderClassName
{
color: #BDF731;
}
.AnyTagClassName
{
color: #BDF731;
}
</style>
background-color css
<style>
a { background-color: #BDF731; }
a { background-color: rgb(189,247,49); }
div.DivClassName
{
background-color: #BDF731;
}
.BgClassName
{
background-color: #BDF731;
}
</style>
border-color css
<style>
span { border-color: #BDF731; }
span { border-color: rgb(189,247,49); }
td.TdClassName
{
border-color: #BDF731;
}
.TagClassName
{
border-color: #BDF731;
}
</style>