Shades of Green Yellow #BDF440
Tints of Green Yellow #BDF440
RGB
CMYK
RGB Variations
Color information
#BDF440 (or 0xBDF440) is known color: Green Yellow. HEX triplet: BD, F4 and 40. RGB value is (189,244,64). Sum of RGB (Red+Green+Blue) = 189+244+64=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF440 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF440 is #420BBF. Grayscale: #CFCFCF. Windows color (decimal): -4328384 or 4256957. OLE color: 4256957.
HSL color Cylindrical-coordinate representation of color #BDF440: hue angle of 78.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDF440 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 64 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.04 |
| HSL | 78.33º | 0.89% | 0.6% | - |
| HSV(B) | 78.33º | 0.74% | 0.96% | - |
| XYZ | 54.26 | 75.89 | 16.64 | - |
| YUV | 207.04 | 47.28 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 64 | 0.23 | 0 | 0.74 | 0.04 | 78.33 | 0.89 | 0.6 |
| Hex | BD | F4 | 40 | 17 | 0 | 4A | 4 | 4E | 59 | 3C |
| Octal | 275 | 364 | 100 | 27 | 0 | 112 | 4 | 116 | 131 | 74 |
| Binary | 10111101 | 11110100 | 1000000 | 10111 | 0 | 1001010 | 100 | 1001110 | 1011001 | 111100 |
Color Harmonies of #BDF440
Complementary color
Monochromatic Colors of #BDF440
Black with #BDF440
Text Example
Text Example
White with #BDF440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF440; }
p { color: rgb(189,244,64); }
H1.HeaderClassName
{
color: #BDF440;
}
.AnyTagClassName
{
color: #BDF440;
}
</style>
background-color css
<style>
a { background-color: #BDF440; }
a { background-color: rgb(189,244,64); }
div.DivClassName
{
background-color: #BDF440;
}
.BgClassName
{
background-color: #BDF440;
}
</style>
border-color css
<style>
span { border-color: #BDF440; }
span { border-color: rgb(189,244,64); }
td.TdClassName
{
border-color: #BDF440;
}
.TagClassName
{
border-color: #BDF440;
}
</style>