Shades of Green Yellow #BDF426
Tints of Green Yellow #BDF426
RGB
CMYK
RGB Variations
Color information
#BDF426 (or 0xBDF426) is known color: Green Yellow. HEX triplet: BD, F4 and 26. RGB value is (189,244,38). Sum of RGB (Red+Green+Blue) = 189+244+38=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 244 (95.70% from 255 or 51.80% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF426 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF426 is #420BD9. Grayscale: #CCCCCC. Windows color (decimal): -4328410 or 2553021. OLE color: 2553021.
HSL color Cylindrical-coordinate representation of color #BDF426: hue angle of 76.02º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDF426 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 38 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.04 |
| HSL | 76.02º | 0.9% | 0.55% | - |
| HSV(B) | 76.02º | 0.84% | 0.96% | - |
| XYZ | 53.69 | 75.66 | 13.61 | - |
| YUV | 204.07 | 34.28 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 38 | 0.23 | 0 | 0.84 | 0.04 | 76.02 | 0.9 | 0.55 |
| Hex | BD | F4 | 26 | 17 | 0 | 54 | 4 | 4C | 5A | 37 |
| Octal | 275 | 364 | 46 | 27 | 0 | 124 | 4 | 114 | 132 | 67 |
| Binary | 10111101 | 11110100 | 100110 | 10111 | 0 | 1010100 | 100 | 1001100 | 1011010 | 110111 |
Color Harmonies of #BDF426
Complementary color
Monochromatic Colors of #BDF426
Black with #BDF426
Text Example
Text Example
White with #BDF426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF426; }
p { color: rgb(189,244,38); }
H1.HeaderClassName
{
color: #BDF426;
}
.AnyTagClassName
{
color: #BDF426;
}
</style>
background-color css
<style>
a { background-color: #BDF426; }
a { background-color: rgb(189,244,38); }
div.DivClassName
{
background-color: #BDF426;
}
.BgClassName
{
background-color: #BDF426;
}
</style>
border-color css
<style>
span { border-color: #BDF426; }
span { border-color: rgb(189,244,38); }
td.TdClassName
{
border-color: #BDF426;
}
.TagClassName
{
border-color: #BDF426;
}
</style>