Shades of Green Yellow #BDF436
Tints of Green Yellow #BDF436
RGB
CMYK
RGB Variations
Color information
#BDF436 (or 0xBDF436) is known color: Green Yellow. HEX triplet: BD, F4 and 36. RGB value is (189,244,54). Sum of RGB (Red+Green+Blue) = 189+244+54=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 54 (21.48% from 255 or 11.09% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF436 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF436 is #420BC9. Grayscale: #CECECE. Windows color (decimal): -4328394 or 3601597. OLE color: 3601597.
HSL color Cylindrical-coordinate representation of color #BDF436: hue angle of 77.37º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDF436 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 54 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.04 |
| HSL | 77.37º | 0.9% | 0.58% | - |
| HSV(B) | 77.37º | 0.78% | 0.96% | - |
| XYZ | 54 | 75.79 | 15.27 | - |
| YUV | 205.9 | 42.28 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 54 | 0.23 | 0 | 0.78 | 0.04 | 77.37 | 0.9 | 0.58 |
| Hex | BD | F4 | 36 | 17 | 0 | 4E | 4 | 4D | 5A | 3A |
| Octal | 275 | 364 | 66 | 27 | 0 | 116 | 4 | 115 | 132 | 72 |
| Binary | 10111101 | 11110100 | 110110 | 10111 | 0 | 1001110 | 100 | 1001101 | 1011010 | 111010 |
Color Harmonies of #BDF436
Complementary color
Monochromatic Colors of #BDF436
Black with #BDF436
Text Example
Text Example
White with #BDF436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF436; }
p { color: rgb(189,244,54); }
H1.HeaderClassName
{
color: #BDF436;
}
.AnyTagClassName
{
color: #BDF436;
}
</style>
background-color css
<style>
a { background-color: #BDF436; }
a { background-color: rgb(189,244,54); }
div.DivClassName
{
background-color: #BDF436;
}
.BgClassName
{
background-color: #BDF436;
}
</style>
border-color css
<style>
span { border-color: #BDF436; }
span { border-color: rgb(189,244,54); }
td.TdClassName
{
border-color: #BDF436;
}
.TagClassName
{
border-color: #BDF436;
}
</style>