Shades of Green Yellow #BDF12D
Tints of Green Yellow #BDF12D
RGB
CMYK
RGB Variations
Color information
#BDF12D (or 0xBDF12D) is known color: Green Yellow. HEX triplet: BD, F1 and 2D. RGB value is (189,241,45). Sum of RGB (Red+Green+Blue) = 189+241+45=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF12D is #420ED2. Grayscale: #CBCBCB. Windows color (decimal): -4329171 or 3011005. OLE color: 3011005.
HSL color Cylindrical-coordinate representation of color #BDF12D: hue angle of 75.92º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDF12D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 45 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.05 |
| HSL | 75.92º | 0.88% | 0.56% | - |
| HSV(B) | 75.92º | 0.81% | 0.95% | - |
| XYZ | 52.92 | 73.92 | 13.96 | - |
| YUV | 203.11 | 38.77 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 45 | 0.22 | 0 | 0.81 | 0.05 | 75.92 | 0.88 | 0.56 |
| Hex | BD | F1 | 2D | 16 | 0 | 51 | 5 | 4C | 58 | 38 |
| Octal | 275 | 361 | 55 | 26 | 0 | 121 | 5 | 114 | 130 | 70 |
| Binary | 10111101 | 11110001 | 101101 | 10110 | 0 | 1010001 | 101 | 1001100 | 1011000 | 111000 |
Color Harmonies of #BDF12D
Complementary color
Monochromatic Colors of #BDF12D
Black with #BDF12D
Text Example
Text Example
White with #BDF12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF12D; }
p { color: rgb(189,241,45); }
H1.HeaderClassName
{
color: #BDF12D;
}
.AnyTagClassName
{
color: #BDF12D;
}
</style>
background-color css
<style>
a { background-color: #BDF12D; }
a { background-color: rgb(189,241,45); }
div.DivClassName
{
background-color: #BDF12D;
}
.BgClassName
{
background-color: #BDF12D;
}
</style>
border-color css
<style>
span { border-color: #BDF12D; }
span { border-color: rgb(189,241,45); }
td.TdClassName
{
border-color: #BDF12D;
}
.TagClassName
{
border-color: #BDF12D;
}
</style>