Shades of Green Yellow #BDF42C
Tints of Green Yellow #BDF42C
RGB
CMYK
RGB Variations
Color information
#BDF42C (or 0xBDF42C) is known color: Green Yellow. HEX triplet: BD, F4 and 2C. RGB value is (189,244,44). Sum of RGB (Red+Green+Blue) = 189+244+44=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 244 (95.70% from 255 or 51.15% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF42C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF42C is #420BD3. Grayscale: #CDCDCD. Windows color (decimal): -4328404 or 2946237. OLE color: 2946237.
HSL color Cylindrical-coordinate representation of color #BDF42C: hue angle of 76.5º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDF42C is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 44 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.04 |
| HSL | 76.5º | 0.9% | 0.56% | - |
| HSV(B) | 76.5º | 0.82% | 0.96% | - |
| XYZ | 53.79 | 75.7 | 14.16 | - |
| YUV | 204.76 | 37.28 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 44 | 0.23 | 0 | 0.82 | 0.04 | 76.5 | 0.9 | 0.56 |
| Hex | BD | F4 | 2C | 17 | 0 | 52 | 4 | 4C | 5A | 38 |
| Octal | 275 | 364 | 54 | 27 | 0 | 122 | 4 | 114 | 132 | 70 |
| Binary | 10111101 | 11110100 | 101100 | 10111 | 0 | 1010010 | 100 | 1001100 | 1011010 | 111000 |
Color Harmonies of #BDF42C
Complementary color
Monochromatic Colors of #BDF42C
Black with #BDF42C
Text Example
Text Example
White with #BDF42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF42C; }
p { color: rgb(189,244,44); }
H1.HeaderClassName
{
color: #BDF42C;
}
.AnyTagClassName
{
color: #BDF42C;
}
</style>
background-color css
<style>
a { background-color: #BDF42C; }
a { background-color: rgb(189,244,44); }
div.DivClassName
{
background-color: #BDF42C;
}
.BgClassName
{
background-color: #BDF42C;
}
</style>
border-color css
<style>
span { border-color: #BDF42C; }
span { border-color: rgb(189,244,44); }
td.TdClassName
{
border-color: #BDF42C;
}
.TagClassName
{
border-color: #BDF42C;
}
</style>