Shades of Green Yellow #BDF12E
Tints of Green Yellow #BDF12E
RGB
CMYK
RGB Variations
Color information
#BDF12E (or 0xBDF12E) is known color: Green Yellow. HEX triplet: BD, F1 and 2E. RGB value is (189,241,46). Sum of RGB (Red+Green+Blue) = 189+241+46=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF12E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF12E is #420ED1. Grayscale: #CBCBCB. Windows color (decimal): -4329170 or 3076541. OLE color: 3076541.
HSL color Cylindrical-coordinate representation of color #BDF12E: hue angle of 76º degrees, saturation: 0.87, 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 #BDF12E is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 46 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.05 |
| HSL | 76º | 0.87% | 0.56% | - |
| HSV(B) | 76º | 0.81% | 0.95% | - |
| XYZ | 52.93 | 73.93 | 14.06 | - |
| YUV | 203.22 | 39.27 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 46 | 0.22 | 0 | 0.81 | 0.05 | 76 | 0.87 | 0.56 |
| Hex | BD | F1 | 2E | 16 | 0 | 51 | 5 | 4C | 57 | 38 |
| Octal | 275 | 361 | 56 | 26 | 0 | 121 | 5 | 114 | 127 | 70 |
| Binary | 10111101 | 11110001 | 101110 | 10110 | 0 | 1010001 | 101 | 1001100 | 1010111 | 111000 |
Color Harmonies of #BDF12E
Complementary color
Monochromatic Colors of #BDF12E
Black with #BDF12E
Text Example
Text Example
White with #BDF12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF12E; }
p { color: rgb(189,241,46); }
H1.HeaderClassName
{
color: #BDF12E;
}
.AnyTagClassName
{
color: #BDF12E;
}
</style>
background-color css
<style>
a { background-color: #BDF12E; }
a { background-color: rgb(189,241,46); }
div.DivClassName
{
background-color: #BDF12E;
}
.BgClassName
{
background-color: #BDF12E;
}
</style>
border-color css
<style>
span { border-color: #BDF12E; }
span { border-color: rgb(189,241,46); }
td.TdClassName
{
border-color: #BDF12E;
}
.TagClassName
{
border-color: #BDF12E;
}
</style>