Shades of Green Yellow #BDF73D
Tints of Green Yellow #BDF73D
RGB
CMYK
RGB Variations
Color information
#BDF73D (or 0xBDF73D) is known color: Green Yellow. HEX triplet: BD, F7 and 3D. RGB value is (189,247,61). Sum of RGB (Red+Green+Blue) = 189+247+61=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF73D is #4208C2. Grayscale: #D1D1D1. Windows color (decimal): -4327619 or 4061117. OLE color: 4061117.
HSL color Cylindrical-coordinate representation of color #BDF73D: hue angle of 78.71º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDF73D is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 61 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.03 |
| HSL | 78.71º | 0.92% | 0.6% | - |
| HSV(B) | 78.71º | 0.75% | 0.97% | - |
| XYZ | 55.09 | 77.68 | 16.5 | - |
| YUV | 208.45 | 44.78 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 61 | 0.23 | 0 | 0.75 | 0.03 | 78.71 | 0.92 | 0.6 |
| Hex | BD | F7 | 3D | 17 | 0 | 4B | 3 | 4F | 5C | 3C |
| Octal | 275 | 367 | 75 | 27 | 0 | 113 | 3 | 117 | 134 | 74 |
| Binary | 10111101 | 11110111 | 111101 | 10111 | 0 | 1001011 | 11 | 1001111 | 1011100 | 111100 |
Color Harmonies of #BDF73D
Complementary color
Monochromatic Colors of #BDF73D
Black with #BDF73D
Text Example
Text Example
White with #BDF73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF73D; }
p { color: rgb(189,247,61); }
H1.HeaderClassName
{
color: #BDF73D;
}
.AnyTagClassName
{
color: #BDF73D;
}
</style>
background-color css
<style>
a { background-color: #BDF73D; }
a { background-color: rgb(189,247,61); }
div.DivClassName
{
background-color: #BDF73D;
}
.BgClassName
{
background-color: #BDF73D;
}
</style>
border-color css
<style>
span { border-color: #BDF73D; }
span { border-color: rgb(189,247,61); }
td.TdClassName
{
border-color: #BDF73D;
}
.TagClassName
{
border-color: #BDF73D;
}
</style>