Shades of Green Yellow #BDF832
Tints of Green Yellow #BDF832
RGB
CMYK
RGB Variations
Color information
#BDF832 (or 0xBDF832) is known color: Green Yellow. HEX triplet: BD, F8 and 32. RGB value is (189,248,50). Sum of RGB (Red+Green+Blue) = 189+248+50=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF832 is #4207CD. Grayscale: #D0D0D0. Windows color (decimal): -4327374 or 3340477. OLE color: 3340477.
HSL color Cylindrical-coordinate representation of color #BDF832: hue angle of 77.88º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDF832 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 50 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.03 |
| HSL | 77.88º | 0.93% | 0.58% | - |
| HSV(B) | 77.88º | 0.8% | 0.97% | - |
| XYZ | 55.13 | 78.18 | 15.2 | - |
| YUV | 207.79 | 38.95 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 50 | 0.24 | 0 | 0.80 | 0.03 | 77.88 | 0.93 | 0.58 |
| Hex | BD | F8 | 32 | 18 | 0 | 50 | 3 | 4E | 5D | 3A |
| Octal | 275 | 370 | 62 | 30 | 0 | 120 | 3 | 116 | 135 | 72 |
| Binary | 10111101 | 11111000 | 110010 | 11000 | 0 | 1010000 | 11 | 1001110 | 1011101 | 111010 |
Color Harmonies of #BDF832
Complementary color
Monochromatic Colors of #BDF832
Black with #BDF832
Text Example
Text Example
White with #BDF832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF832; }
p { color: rgb(189,248,50); }
H1.HeaderClassName
{
color: #BDF832;
}
.AnyTagClassName
{
color: #BDF832;
}
</style>
background-color css
<style>
a { background-color: #BDF832; }
a { background-color: rgb(189,248,50); }
div.DivClassName
{
background-color: #BDF832;
}
.BgClassName
{
background-color: #BDF832;
}
</style>
border-color css
<style>
span { border-color: #BDF832; }
span { border-color: rgb(189,248,50); }
td.TdClassName
{
border-color: #BDF832;
}
.TagClassName
{
border-color: #BDF832;
}
</style>