Shades of Green Yellow #BDF92D
Tints of Green Yellow #BDF92D
RGB
CMYK
RGB Variations
Color information
#BDF92D (or 0xBDF92D) is known color: Green Yellow. HEX triplet: BD, F9 and 2D. RGB value is (189,249,45). Sum of RGB (Red+Green+Blue) = 189+249+45=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF92D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF92D is #4206D2. Grayscale: #D0D0D0. Windows color (decimal): -4327123 or 3013053. OLE color: 3013053.
HSL color Cylindrical-coordinate representation of color #BDF92D: hue angle of 77.65º degrees, saturation: 0.94, 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 #BDF92D is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 45 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.02 |
| HSL | 77.65º | 0.94% | 0.58% | - |
| HSV(B) | 77.65º | 0.82% | 0.98% | - |
| XYZ | 55.34 | 78.76 | 14.77 | - |
| YUV | 207.8 | 36.12 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 45 | 0.24 | 0 | 0.82 | 0.02 | 77.65 | 0.94 | 0.58 |
| Hex | BD | F9 | 2D | 18 | 0 | 52 | 2 | 4E | 5E | 3A |
| Octal | 275 | 371 | 55 | 30 | 0 | 122 | 2 | 116 | 136 | 72 |
| Binary | 10111101 | 11111001 | 101101 | 11000 | 0 | 1010010 | 10 | 1001110 | 1011110 | 111010 |
Color Harmonies of #BDF92D
Complementary color
Monochromatic Colors of #BDF92D
Black with #BDF92D
Text Example
Text Example
White with #BDF92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF92D; }
p { color: rgb(189,249,45); }
H1.HeaderClassName
{
color: #BDF92D;
}
.AnyTagClassName
{
color: #BDF92D;
}
</style>
background-color css
<style>
a { background-color: #BDF92D; }
a { background-color: rgb(189,249,45); }
div.DivClassName
{
background-color: #BDF92D;
}
.BgClassName
{
background-color: #BDF92D;
}
</style>
border-color css
<style>
span { border-color: #BDF92D; }
span { border-color: rgb(189,249,45); }
td.TdClassName
{
border-color: #BDF92D;
}
.TagClassName
{
border-color: #BDF92D;
}
</style>