Shades of Green Yellow #BDFE3B
Tints of Green Yellow #BDFE3B
RGB
CMYK
RGB Variations
Color information
#BDFE3B (or 0xBDFE3B) is known color: Green Yellow. HEX triplet: BD, FE and 3B. RGB value is (189,254,59). Sum of RGB (Red+Green+Blue) = 189+254+59=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 59 (23.44% from 255 or 11.75% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE3B is #4201C4. Grayscale: #D5D5D5. Windows color (decimal): -4325829 or 3931837. OLE color: 3931837.
HSL color Cylindrical-coordinate representation of color #BDFE3B: hue angle of 80º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDFE3B is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 59 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.00 |
| HSL | 80º | 0.99% | 0.61% | - |
| HSV(B) | 80º | 0.77% | 1% | - |
| XYZ | 57.22 | 82.02 | 16.95 | - |
| YUV | 212.34 | 41.47 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 59 | 0.26 | 0 | 0.77 | 0.00 | 80 | 0.99 | 0.61 |
| Hex | BD | FE | 3B | 1A | 0 | 4D | 0 | 50 | 63 | 3D |
| Octal | 275 | 376 | 73 | 32 | 0 | 115 | 0 | 120 | 143 | 75 |
| Binary | 10111101 | 11111110 | 111011 | 11010 | 0 | 1001101 | 0 | 1010000 | 1100011 | 111101 |
Color Harmonies of #BDFE3B
Complementary color
Monochromatic Colors of #BDFE3B
Black with #BDFE3B
Text Example
Text Example
White with #BDFE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE3B; }
p { color: rgb(189,254,59); }
H1.HeaderClassName
{
color: #BDFE3B;
}
.AnyTagClassName
{
color: #BDFE3B;
}
</style>
background-color css
<style>
a { background-color: #BDFE3B; }
a { background-color: rgb(189,254,59); }
div.DivClassName
{
background-color: #BDFE3B;
}
.BgClassName
{
background-color: #BDFE3B;
}
</style>
border-color css
<style>
span { border-color: #BDFE3B; }
span { border-color: rgb(189,254,59); }
td.TdClassName
{
border-color: #BDFE3B;
}
.TagClassName
{
border-color: #BDFE3B;
}
</style>