Shades of Green Yellow #BDF73C
Tints of Green Yellow #BDF73C
RGB
CMYK
RGB Variations
Color information
#BDF73C (or 0xBDF73C) is known color: Green Yellow. HEX triplet: BD, F7 and 3C. RGB value is (189,247,60). Sum of RGB (Red+Green+Blue) = 189+247+60=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF73C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF73C is #4208C3. Grayscale: #D1D1D1. Windows color (decimal): -4327620 or 3995581. OLE color: 3995581.
HSL color Cylindrical-coordinate representation of color #BDF73C: hue angle of 78.61º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDF73C is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 60 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.03 |
| HSL | 78.61º | 0.92% | 0.6% | - |
| HSV(B) | 78.61º | 0.76% | 0.97% | - |
| XYZ | 55.06 | 77.67 | 16.36 | - |
| YUV | 208.34 | 44.28 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 60 | 0.23 | 0 | 0.76 | 0.03 | 78.61 | 0.92 | 0.6 |
| Hex | BD | F7 | 3C | 17 | 0 | 4C | 3 | 4F | 5C | 3C |
| Octal | 275 | 367 | 74 | 27 | 0 | 114 | 3 | 117 | 134 | 74 |
| Binary | 10111101 | 11110111 | 111100 | 10111 | 0 | 1001100 | 11 | 1001111 | 1011100 | 111100 |
Color Harmonies of #BDF73C
Complementary color
Monochromatic Colors of #BDF73C
Black with #BDF73C
Text Example
Text Example
White with #BDF73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF73C; }
p { color: rgb(189,247,60); }
H1.HeaderClassName
{
color: #BDF73C;
}
.AnyTagClassName
{
color: #BDF73C;
}
</style>
background-color css
<style>
a { background-color: #BDF73C; }
a { background-color: rgb(189,247,60); }
div.DivClassName
{
background-color: #BDF73C;
}
.BgClassName
{
background-color: #BDF73C;
}
</style>
border-color css
<style>
span { border-color: #BDF73C; }
span { border-color: rgb(189,247,60); }
td.TdClassName
{
border-color: #BDF73C;
}
.TagClassName
{
border-color: #BDF73C;
}
</style>