Shades of Green Yellow #BDF730
Tints of Green Yellow #BDF730
RGB
CMYK
RGB Variations
Color information
#BDF730 (or 0xBDF730) is known color: Green Yellow. HEX triplet: BD, F7 and 30. RGB value is (189,247,48). Sum of RGB (Red+Green+Blue) = 189+247+48=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 247 (96.88% from 255 or 51.03% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF730 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF730 is #4208CF. Grayscale: #CFCFCF. Windows color (decimal): -4327632 or 3209149. OLE color: 3209149.
HSL color Cylindrical-coordinate representation of color #BDF730: hue angle of 77.49º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDF730 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 48 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.03 |
| HSL | 77.49º | 0.93% | 0.58% | - |
| HSV(B) | 77.49º | 0.81% | 0.97% | - |
| XYZ | 54.78 | 77.55 | 14.88 | - |
| YUV | 206.97 | 38.28 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 48 | 0.23 | 0 | 0.81 | 0.03 | 77.49 | 0.93 | 0.58 |
| Hex | BD | F7 | 30 | 17 | 0 | 51 | 3 | 4D | 5D | 3A |
| Octal | 275 | 367 | 60 | 27 | 0 | 121 | 3 | 115 | 135 | 72 |
| Binary | 10111101 | 11110111 | 110000 | 10111 | 0 | 1010001 | 11 | 1001101 | 1011101 | 111010 |
Color Harmonies of #BDF730
Complementary color
Monochromatic Colors of #BDF730
Black with #BDF730
Text Example
Text Example
White with #BDF730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF730; }
p { color: rgb(189,247,48); }
H1.HeaderClassName
{
color: #BDF730;
}
.AnyTagClassName
{
color: #BDF730;
}
</style>
background-color css
<style>
a { background-color: #BDF730; }
a { background-color: rgb(189,247,48); }
div.DivClassName
{
background-color: #BDF730;
}
.BgClassName
{
background-color: #BDF730;
}
</style>
border-color css
<style>
span { border-color: #BDF730; }
span { border-color: rgb(189,247,48); }
td.TdClassName
{
border-color: #BDF730;
}
.TagClassName
{
border-color: #BDF730;
}
</style>