Shades of Green Yellow #BDFB3A
Tints of Green Yellow #BDFB3A
RGB
CMYK
RGB Variations
Color information
#BDFB3A (or 0xBDFB3A) is known color: Green Yellow. HEX triplet: BD, FB and 3A. RGB value is (189,251,58). Sum of RGB (Red+Green+Blue) = 189+251+58=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 251 (98.44% from 255 or 50.40% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFB3A is #4204C5. Grayscale: #D3D3D3. Windows color (decimal): -4326598 or 3865533. OLE color: 3865533.
HSL color Cylindrical-coordinate representation of color #BDFB3A: hue angle of 79.27º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDFB3A is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 58 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.02 |
| HSL | 79.27º | 0.96% | 0.61% | - |
| HSV(B) | 79.27º | 0.77% | 0.98% | - |
| XYZ | 56.25 | 80.12 | 16.5 | - |
| YUV | 210.46 | 41.96 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 58 | 0.25 | 0 | 0.77 | 0.02 | 79.27 | 0.96 | 0.61 |
| Hex | BD | FB | 3A | 19 | 0 | 4D | 2 | 4F | 60 | 3D |
| Octal | 275 | 373 | 72 | 31 | 0 | 115 | 2 | 117 | 140 | 75 |
| Binary | 10111101 | 11111011 | 111010 | 11001 | 0 | 1001101 | 10 | 1001111 | 1100000 | 111101 |
Color Harmonies of #BDFB3A
Complementary color
Monochromatic Colors of #BDFB3A
Black with #BDFB3A
Text Example
Text Example
White with #BDFB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB3A; }
p { color: rgb(189,251,58); }
H1.HeaderClassName
{
color: #BDFB3A;
}
.AnyTagClassName
{
color: #BDFB3A;
}
</style>
background-color css
<style>
a { background-color: #BDFB3A; }
a { background-color: rgb(189,251,58); }
div.DivClassName
{
background-color: #BDFB3A;
}
.BgClassName
{
background-color: #BDFB3A;
}
</style>
border-color css
<style>
span { border-color: #BDFB3A; }
span { border-color: rgb(189,251,58); }
td.TdClassName
{
border-color: #BDFB3A;
}
.TagClassName
{
border-color: #BDFB3A;
}
</style>