Shades of Green Yellow #BDF32E
Tints of Green Yellow #BDF32E
RGB
CMYK
RGB Variations
Color information
#BDF32E (or 0xBDF32E) is known color: Green Yellow. HEX triplet: BD, F3 and 2E. RGB value is (189,243,46). Sum of RGB (Red+Green+Blue) = 189+243+46=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF32E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF32E is #420CD1. Grayscale: #CDCDCD. Windows color (decimal): -4328658 or 3077053. OLE color: 3077053.
HSL color Cylindrical-coordinate representation of color #BDF32E: hue angle of 76.45º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDF32E is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 46 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.05 |
| HSL | 76.45º | 0.89% | 0.57% | - |
| HSV(B) | 76.45º | 0.81% | 0.95% | - |
| XYZ | 53.53 | 75.12 | 14.26 | - |
| YUV | 204.4 | 38.61 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 46 | 0.22 | 0 | 0.81 | 0.05 | 76.45 | 0.89 | 0.57 |
| Hex | BD | F3 | 2E | 16 | 0 | 51 | 5 | 4C | 59 | 39 |
| Octal | 275 | 363 | 56 | 26 | 0 | 121 | 5 | 114 | 131 | 71 |
| Binary | 10111101 | 11110011 | 101110 | 10110 | 0 | 1010001 | 101 | 1001100 | 1011001 | 111001 |
Color Harmonies of #BDF32E
Complementary color
Monochromatic Colors of #BDF32E
Black with #BDF32E
Text Example
Text Example
White with #BDF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF32E; }
p { color: rgb(189,243,46); }
H1.HeaderClassName
{
color: #BDF32E;
}
.AnyTagClassName
{
color: #BDF32E;
}
</style>
background-color css
<style>
a { background-color: #BDF32E; }
a { background-color: rgb(189,243,46); }
div.DivClassName
{
background-color: #BDF32E;
}
.BgClassName
{
background-color: #BDF32E;
}
</style>
border-color css
<style>
span { border-color: #BDF32E; }
span { border-color: rgb(189,243,46); }
td.TdClassName
{
border-color: #BDF32E;
}
.TagClassName
{
border-color: #BDF32E;
}
</style>