Shades of Green Yellow #BDFB1F
Tints of Green Yellow #BDFB1F
RGB
CMYK
RGB Variations
Color information
#BDFB1F (or 0xBDFB1F) is known color: Green Yellow. HEX triplet: BD, FB and 1F. RGB value is (189,251,31). Sum of RGB (Red+Green+Blue) = 189+251+31=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFB1F is #4204E0. Grayscale: #D0D0D0. Windows color (decimal): -4326625 or 2096061. OLE color: 2096061.
HSL color Cylindrical-coordinate representation of color #BDFB1F: hue angle of 76.91º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDFB1F is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 31 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.02 |
| HSL | 76.91º | 0.96% | 0.55% | - |
| HSV(B) | 76.91º | 0.88% | 0.98% | - |
| XYZ | 55.73 | 79.91 | 13.78 | - |
| YUV | 207.38 | 28.46 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 31 | 0.25 | 0 | 0.88 | 0.02 | 76.91 | 0.96 | 0.55 |
| Hex | BD | FB | 1F | 19 | 0 | 58 | 2 | 4D | 60 | 37 |
| Octal | 275 | 373 | 37 | 31 | 0 | 130 | 2 | 115 | 140 | 67 |
| Binary | 10111101 | 11111011 | 11111 | 11001 | 0 | 1011000 | 10 | 1001101 | 1100000 | 110111 |
Color Harmonies of #BDFB1F
Complementary color
Monochromatic Colors of #BDFB1F
Black with #BDFB1F
Text Example
Text Example
White with #BDFB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB1F; }
p { color: rgb(189,251,31); }
H1.HeaderClassName
{
color: #BDFB1F;
}
.AnyTagClassName
{
color: #BDFB1F;
}
</style>
background-color css
<style>
a { background-color: #BDFB1F; }
a { background-color: rgb(189,251,31); }
div.DivClassName
{
background-color: #BDFB1F;
}
.BgClassName
{
background-color: #BDFB1F;
}
</style>
border-color css
<style>
span { border-color: #BDFB1F; }
span { border-color: rgb(189,251,31); }
td.TdClassName
{
border-color: #BDFB1F;
}
.TagClassName
{
border-color: #BDFB1F;
}
</style>