Shades of Green Yellow #BDF620
Tints of Green Yellow #BDF620
RGB
CMYK
RGB Variations
Color information
#BDF620 (or 0xBDF620) is known color: Green Yellow. HEX triplet: BD, F6 and 20. RGB value is (189,246,32). Sum of RGB (Red+Green+Blue) = 189+246+32=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF620 is #4209DF. Grayscale: #CDCDCD. Windows color (decimal): -4327904 or 2160317. OLE color: 2160317.
HSL color Cylindrical-coordinate representation of color #BDF620: hue angle of 75.98º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDF620 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 32 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.04 |
| HSL | 75.98º | 0.92% | 0.55% | - |
| HSV(B) | 75.98º | 0.87% | 0.96% | - |
| XYZ | 54.2 | 76.83 | 13.34 | - |
| YUV | 204.56 | 30.62 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 32 | 0.23 | 0 | 0.87 | 0.04 | 75.98 | 0.92 | 0.55 |
| Hex | BD | F6 | 20 | 17 | 0 | 57 | 4 | 4C | 5C | 37 |
| Octal | 275 | 366 | 40 | 27 | 0 | 127 | 4 | 114 | 134 | 67 |
| Binary | 10111101 | 11110110 | 100000 | 10111 | 0 | 1010111 | 100 | 1001100 | 1011100 | 110111 |
Color Harmonies of #BDF620
Complementary color
Monochromatic Colors of #BDF620
Black with #BDF620
Text Example
Text Example
White with #BDF620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF620; }
p { color: rgb(189,246,32); }
H1.HeaderClassName
{
color: #BDF620;
}
.AnyTagClassName
{
color: #BDF620;
}
</style>
background-color css
<style>
a { background-color: #BDF620; }
a { background-color: rgb(189,246,32); }
div.DivClassName
{
background-color: #BDF620;
}
.BgClassName
{
background-color: #BDF620;
}
</style>
border-color css
<style>
span { border-color: #BDF620; }
span { border-color: rgb(189,246,32); }
td.TdClassName
{
border-color: #BDF620;
}
.TagClassName
{
border-color: #BDF620;
}
</style>