Shades of Green Yellow #BDFB37
Tints of Green Yellow #BDFB37
RGB
CMYK
RGB Variations
Color information
#BDFB37 (or 0xBDFB37) is known color: Green Yellow. HEX triplet: BD, FB and 37. RGB value is (189,251,55). Sum of RGB (Red+Green+Blue) = 189+251+55=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 55 (21.88% from 255 or 11.11% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFB37 is #4204C8. Grayscale: #D2D2D2. Windows color (decimal): -4326601 or 3668925. OLE color: 3668925.
HSL color Cylindrical-coordinate representation of color #BDFB37: hue angle of 78.98º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDFB37 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 55 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.02 |
| HSL | 78.98º | 0.96% | 0.6% | - |
| HSV(B) | 78.98º | 0.78% | 0.98% | - |
| XYZ | 56.17 | 80.09 | 16.11 | - |
| YUV | 210.12 | 40.46 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 55 | 0.25 | 0 | 0.78 | 0.02 | 78.98 | 0.96 | 0.6 |
| Hex | BD | FB | 37 | 19 | 0 | 4E | 2 | 4F | 60 | 3C |
| Octal | 275 | 373 | 67 | 31 | 0 | 116 | 2 | 117 | 140 | 74 |
| Binary | 10111101 | 11111011 | 110111 | 11001 | 0 | 1001110 | 10 | 1001111 | 1100000 | 111100 |
Color Harmonies of #BDFB37
Complementary color
Monochromatic Colors of #BDFB37
Black with #BDFB37
Text Example
Text Example
White with #BDFB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB37; }
p { color: rgb(189,251,55); }
H1.HeaderClassName
{
color: #BDFB37;
}
.AnyTagClassName
{
color: #BDFB37;
}
</style>
background-color css
<style>
a { background-color: #BDFB37; }
a { background-color: rgb(189,251,55); }
div.DivClassName
{
background-color: #BDFB37;
}
.BgClassName
{
background-color: #BDFB37;
}
</style>
border-color css
<style>
span { border-color: #BDFB37; }
span { border-color: rgb(189,251,55); }
td.TdClassName
{
border-color: #BDFB37;
}
.TagClassName
{
border-color: #BDFB37;
}
</style>