Shades of Green Yellow #BDF726
Tints of Green Yellow #BDF726
RGB
CMYK
RGB Variations
Color information
#BDF726 (or 0xBDF726) is known color: Green Yellow. HEX triplet: BD, F7 and 26. RGB value is (189,247,38). Sum of RGB (Red+Green+Blue) = 189+247+38=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 247 (96.88% from 255 or 52.11% from 474); Blue value is 38 (15.23% from 255 or 8.02% from 474); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF726 is #4208D9. Grayscale: #CECECE. Windows color (decimal): -4327642 or 2553789. OLE color: 2553789.
HSL color Cylindrical-coordinate representation of color #BDF726: hue angle of 76.65º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDF726 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 38 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.03 |
| HSL | 76.65º | 0.93% | 0.56% | - |
| HSV(B) | 76.65º | 0.85% | 0.97% | - |
| XYZ | 54.6 | 77.48 | 13.91 | - |
| YUV | 205.83 | 33.28 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 38 | 0.23 | 0 | 0.85 | 0.03 | 76.65 | 0.93 | 0.56 |
| Hex | BD | F7 | 26 | 17 | 0 | 55 | 3 | 4D | 5D | 38 |
| Octal | 275 | 367 | 46 | 27 | 0 | 125 | 3 | 115 | 135 | 70 |
| Binary | 10111101 | 11110111 | 100110 | 10111 | 0 | 1010101 | 11 | 1001101 | 1011101 | 111000 |
Color Harmonies of #BDF726
Complementary color
Monochromatic Colors of #BDF726
Black with #BDF726
Text Example
Text Example
White with #BDF726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF726; }
p { color: rgb(189,247,38); }
H1.HeaderClassName
{
color: #BDF726;
}
.AnyTagClassName
{
color: #BDF726;
}
</style>
background-color css
<style>
a { background-color: #BDF726; }
a { background-color: rgb(189,247,38); }
div.DivClassName
{
background-color: #BDF726;
}
.BgClassName
{
background-color: #BDF726;
}
</style>
border-color css
<style>
span { border-color: #BDF726; }
span { border-color: rgb(189,247,38); }
td.TdClassName
{
border-color: #BDF726;
}
.TagClassName
{
border-color: #BDF726;
}
</style>