Shades of Green Yellow #BDF626
Tints of Green Yellow #BDF626
RGB
CMYK
RGB Variations
Color information
#BDF626 (or 0xBDF626) is known color: Green Yellow. HEX triplet: BD, F6 and 26. RGB value is (189,246,38). Sum of RGB (Red+Green+Blue) = 189+246+38=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 246 (96.48% from 255 or 52.01% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF626 is #4209D9. Grayscale: #CECECE. Windows color (decimal): -4327898 or 2553533. OLE color: 2553533.
HSL color Cylindrical-coordinate representation of color #BDF626: hue angle of 76.44º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDF626 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 38 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.04 |
| HSL | 76.44º | 0.92% | 0.56% | - |
| HSV(B) | 76.44º | 0.85% | 0.96% | - |
| XYZ | 54.29 | 76.87 | 13.81 | - |
| YUV | 205.25 | 33.62 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 38 | 0.23 | 0 | 0.85 | 0.04 | 76.44 | 0.92 | 0.56 |
| Hex | BD | F6 | 26 | 17 | 0 | 55 | 4 | 4C | 5C | 38 |
| Octal | 275 | 366 | 46 | 27 | 0 | 125 | 4 | 114 | 134 | 70 |
| Binary | 10111101 | 11110110 | 100110 | 10111 | 0 | 1010101 | 100 | 1001100 | 1011100 | 111000 |
Color Harmonies of #BDF626
Complementary color
Monochromatic Colors of #BDF626
Black with #BDF626
Text Example
Text Example
White with #BDF626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF626; }
p { color: rgb(189,246,38); }
H1.HeaderClassName
{
color: #BDF626;
}
.AnyTagClassName
{
color: #BDF626;
}
</style>
background-color css
<style>
a { background-color: #BDF626; }
a { background-color: rgb(189,246,38); }
div.DivClassName
{
background-color: #BDF626;
}
.BgClassName
{
background-color: #BDF626;
}
</style>
border-color css
<style>
span { border-color: #BDF626; }
span { border-color: rgb(189,246,38); }
td.TdClassName
{
border-color: #BDF626;
}
.TagClassName
{
border-color: #BDF626;
}
</style>