Shades of Green Yellow #BDF430
Tints of Green Yellow #BDF430
RGB
CMYK
RGB Variations
Color information
#BDF430 (or 0xBDF430) is known color: Green Yellow. HEX triplet: BD, F4 and 30. RGB value is (189,244,48). Sum of RGB (Red+Green+Blue) = 189+244+48=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF430 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF430 is #420BCF. Grayscale: #CDCDCD. Windows color (decimal): -4328400 or 3208381. OLE color: 3208381.
HSL color Cylindrical-coordinate representation of color #BDF430: hue angle of 76.84º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDF430 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 48 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.04 |
| HSL | 76.84º | 0.9% | 0.57% | - |
| HSV(B) | 76.84º | 0.8% | 0.96% | - |
| XYZ | 53.87 | 75.73 | 14.58 | - |
| YUV | 205.21 | 39.28 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 48 | 0.23 | 0 | 0.80 | 0.04 | 76.84 | 0.9 | 0.57 |
| Hex | BD | F4 | 30 | 17 | 0 | 50 | 4 | 4D | 5A | 39 |
| Octal | 275 | 364 | 60 | 27 | 0 | 120 | 4 | 115 | 132 | 71 |
| Binary | 10111101 | 11110100 | 110000 | 10111 | 0 | 1010000 | 100 | 1001101 | 1011010 | 111001 |
Color Harmonies of #BDF430
Complementary color
Monochromatic Colors of #BDF430
Black with #BDF430
Text Example
Text Example
White with #BDF430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF430; }
p { color: rgb(189,244,48); }
H1.HeaderClassName
{
color: #BDF430;
}
.AnyTagClassName
{
color: #BDF430;
}
</style>
background-color css
<style>
a { background-color: #BDF430; }
a { background-color: rgb(189,244,48); }
div.DivClassName
{
background-color: #BDF430;
}
.BgClassName
{
background-color: #BDF430;
}
</style>
border-color css
<style>
span { border-color: #BDF430; }
span { border-color: rgb(189,244,48); }
td.TdClassName
{
border-color: #BDF430;
}
.TagClassName
{
border-color: #BDF430;
}
</style>