Shades of Green Yellow #BDFA2D
Tints of Green Yellow #BDFA2D
RGB
CMYK
RGB Variations
Color information
#BDFA2D (or 0xBDFA2D) is known color: Green Yellow. HEX triplet: BD, FA and 2D. RGB value is (189,250,45). Sum of RGB (Red+Green+Blue) = 189+250+45=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFA2D is #4205D2. Grayscale: #D1D1D1. Windows color (decimal): -4326867 or 3013309. OLE color: 3013309.
HSL color Cylindrical-coordinate representation of color #BDFA2D: hue angle of 77.85º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDFA2D is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 45 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.02 |
| HSL | 77.85º | 0.95% | 0.58% | - |
| HSV(B) | 77.85º | 0.82% | 0.98% | - |
| XYZ | 55.65 | 79.38 | 14.87 | - |
| YUV | 208.39 | 35.79 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 45 | 0.24 | 0 | 0.82 | 0.02 | 77.85 | 0.95 | 0.58 |
| Hex | BD | FA | 2D | 18 | 0 | 52 | 2 | 4E | 5F | 3A |
| Octal | 275 | 372 | 55 | 30 | 0 | 122 | 2 | 116 | 137 | 72 |
| Binary | 10111101 | 11111010 | 101101 | 11000 | 0 | 1010010 | 10 | 1001110 | 1011111 | 111010 |
Color Harmonies of #BDFA2D
Complementary color
Monochromatic Colors of #BDFA2D
Black with #BDFA2D
Text Example
Text Example
White with #BDFA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFA2D; }
p { color: rgb(189,250,45); }
H1.HeaderClassName
{
color: #BDFA2D;
}
.AnyTagClassName
{
color: #BDFA2D;
}
</style>
background-color css
<style>
a { background-color: #BDFA2D; }
a { background-color: rgb(189,250,45); }
div.DivClassName
{
background-color: #BDFA2D;
}
.BgClassName
{
background-color: #BDFA2D;
}
</style>
border-color css
<style>
span { border-color: #BDFA2D; }
span { border-color: rgb(189,250,45); }
td.TdClassName
{
border-color: #BDFA2D;
}
.TagClassName
{
border-color: #BDFA2D;
}
</style>