Shades of Green Yellow #BDFE3A
Tints of Green Yellow #BDFE3A
RGB
CMYK
RGB Variations
Color information
#BDFE3A (or 0xBDFE3A) is known color: Green Yellow. HEX triplet: BD, FE and 3A. RGB value is (189,254,58). Sum of RGB (Red+Green+Blue) = 189+254+58=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 58 (23.05% from 255 or 11.58% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE3A is #4201C5. Grayscale: #D4D4D4. Windows color (decimal): -4325830 or 3866301. OLE color: 3866301.
HSL color Cylindrical-coordinate representation of color #BDFE3A: hue angle of 79.9º 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 #BDFE3A is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 58 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.00 |
| HSL | 79.9º | 0.99% | 0.61% | - |
| HSV(B) | 79.9º | 0.77% | 1% | - |
| XYZ | 57.19 | 82.01 | 16.82 | - |
| YUV | 212.22 | 40.97 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 58 | 0.26 | 0 | 0.77 | 0.00 | 79.9 | 0.99 | 0.61 |
| Hex | BD | FE | 3A | 1A | 0 | 4D | 0 | 50 | 63 | 3D |
| Octal | 275 | 376 | 72 | 32 | 0 | 115 | 0 | 120 | 143 | 75 |
| Binary | 10111101 | 11111110 | 111010 | 11010 | 0 | 1001101 | 0 | 1010000 | 1100011 | 111101 |
Color Harmonies of #BDFE3A
Complementary color
Monochromatic Colors of #BDFE3A
Black with #BDFE3A
Text Example
Text Example
White with #BDFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE3A; }
p { color: rgb(189,254,58); }
H1.HeaderClassName
{
color: #BDFE3A;
}
.AnyTagClassName
{
color: #BDFE3A;
}
</style>
background-color css
<style>
a { background-color: #BDFE3A; }
a { background-color: rgb(189,254,58); }
div.DivClassName
{
background-color: #BDFE3A;
}
.BgClassName
{
background-color: #BDFE3A;
}
</style>
border-color css
<style>
span { border-color: #BDFE3A; }
span { border-color: rgb(189,254,58); }
td.TdClassName
{
border-color: #BDFE3A;
}
.TagClassName
{
border-color: #BDFE3A;
}
</style>