Shades of Green Yellow #BDF432
Tints of Green Yellow #BDF432
RGB
CMYK
RGB Variations
Color information
#BDF432 (or 0xBDF432) is known color: Green Yellow. HEX triplet: BD, F4 and 32. RGB value is (189,244,50). Sum of RGB (Red+Green+Blue) = 189+244+50=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 50 (19.92% from 255 or 10.35% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF432 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF432 is #420BCD. Grayscale: #CECECE. Windows color (decimal): -4328398 or 3339453. OLE color: 3339453.
HSL color Cylindrical-coordinate representation of color #BDF432: hue angle of 77.01º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDF432 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 50 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.04 |
| HSL | 77.01º | 0.9% | 0.58% | - |
| HSV(B) | 77.01º | 0.8% | 0.96% | - |
| XYZ | 53.91 | 75.75 | 14.8 | - |
| YUV | 205.44 | 40.28 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 50 | 0.23 | 0 | 0.80 | 0.04 | 77.01 | 0.9 | 0.58 |
| Hex | BD | F4 | 32 | 17 | 0 | 50 | 4 | 4D | 5A | 3A |
| Octal | 275 | 364 | 62 | 27 | 0 | 120 | 4 | 115 | 132 | 72 |
| Binary | 10111101 | 11110100 | 110010 | 10111 | 0 | 1010000 | 100 | 1001101 | 1011010 | 111010 |
Color Harmonies of #BDF432
Complementary color
Monochromatic Colors of #BDF432
Black with #BDF432
Text Example
Text Example
White with #BDF432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF432; }
p { color: rgb(189,244,50); }
H1.HeaderClassName
{
color: #BDF432;
}
.AnyTagClassName
{
color: #BDF432;
}
</style>
background-color css
<style>
a { background-color: #BDF432; }
a { background-color: rgb(189,244,50); }
div.DivClassName
{
background-color: #BDF432;
}
.BgClassName
{
background-color: #BDF432;
}
</style>
border-color css
<style>
span { border-color: #BDF432; }
span { border-color: rgb(189,244,50); }
td.TdClassName
{
border-color: #BDF432;
}
.TagClassName
{
border-color: #BDF432;
}
</style>