Shades of Green Yellow #BDF82D
Tints of Green Yellow #BDF82D
RGB
CMYK
RGB Variations
Color information
#BDF82D (or 0xBDF82D) is known color: Green Yellow. HEX triplet: BD, F8 and 2D. RGB value is (189,248,45). Sum of RGB (Red+Green+Blue) = 189+248+45=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF82D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF82D is #4207D2. Grayscale: #CFCFCF. Windows color (decimal): -4327379 or 3012797. OLE color: 3012797.
HSL color Cylindrical-coordinate representation of color #BDF82D: hue angle of 77.44º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDF82D is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 45 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.03 |
| HSL | 77.44º | 0.94% | 0.57% | - |
| HSV(B) | 77.44º | 0.82% | 0.97% | - |
| XYZ | 55.03 | 78.14 | 14.67 | - |
| YUV | 207.22 | 36.45 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 45 | 0.24 | 0 | 0.82 | 0.03 | 77.44 | 0.94 | 0.57 |
| Hex | BD | F8 | 2D | 18 | 0 | 52 | 3 | 4D | 5E | 39 |
| Octal | 275 | 370 | 55 | 30 | 0 | 122 | 3 | 115 | 136 | 71 |
| Binary | 10111101 | 11111000 | 101101 | 11000 | 0 | 1010010 | 11 | 1001101 | 1011110 | 111001 |
Color Harmonies of #BDF82D
Complementary color
Monochromatic Colors of #BDF82D
Black with #BDF82D
Text Example
Text Example
White with #BDF82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF82D; }
p { color: rgb(189,248,45); }
H1.HeaderClassName
{
color: #BDF82D;
}
.AnyTagClassName
{
color: #BDF82D;
}
</style>
background-color css
<style>
a { background-color: #BDF82D; }
a { background-color: rgb(189,248,45); }
div.DivClassName
{
background-color: #BDF82D;
}
.BgClassName
{
background-color: #BDF82D;
}
</style>
border-color css
<style>
span { border-color: #BDF82D; }
span { border-color: rgb(189,248,45); }
td.TdClassName
{
border-color: #BDF82D;
}
.TagClassName
{
border-color: #BDF82D;
}
</style>