Shades of Green Yellow #BDF931
Tints of Green Yellow #BDF931
RGB
CMYK
RGB Variations
Color information
#BDF931 (or 0xBDF931) is known color: Green Yellow. HEX triplet: BD, F9 and 31. RGB value is (189,249,49). Sum of RGB (Red+Green+Blue) = 189+249+49=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF931 is #4206CE. Grayscale: #D0D0D0. Windows color (decimal): -4327119 or 3275197. OLE color: 3275197.
HSL color Cylindrical-coordinate representation of color #BDF931: hue angle of 78º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDF931 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 49 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.02 |
| HSL | 78º | 0.94% | 0.58% | - |
| HSV(B) | 78º | 0.8% | 0.98% | - |
| XYZ | 55.42 | 78.79 | 15.19 | - |
| YUV | 208.26 | 38.12 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 49 | 0.24 | 0 | 0.80 | 0.02 | 78 | 0.94 | 0.58 |
| Hex | BD | F9 | 31 | 18 | 0 | 50 | 2 | 4E | 5E | 3A |
| Octal | 275 | 371 | 61 | 30 | 0 | 120 | 2 | 116 | 136 | 72 |
| Binary | 10111101 | 11111001 | 110001 | 11000 | 0 | 1010000 | 10 | 1001110 | 1011110 | 111010 |
Color Harmonies of #BDF931
Complementary color
Monochromatic Colors of #BDF931
Black with #BDF931
Text Example
Text Example
White with #BDF931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF931; }
p { color: rgb(189,249,49); }
H1.HeaderClassName
{
color: #BDF931;
}
.AnyTagClassName
{
color: #BDF931;
}
</style>
background-color css
<style>
a { background-color: #BDF931; }
a { background-color: rgb(189,249,49); }
div.DivClassName
{
background-color: #BDF931;
}
.BgClassName
{
background-color: #BDF931;
}
</style>
border-color css
<style>
span { border-color: #BDF931; }
span { border-color: rgb(189,249,49); }
td.TdClassName
{
border-color: #BDF931;
}
.TagClassName
{
border-color: #BDF931;
}
</style>