Shades of Green Yellow #BDF725
Tints of Green Yellow #BDF725
RGB
CMYK
RGB Variations
Color information
#BDF725 (or 0xBDF725) is known color: Green Yellow. HEX triplet: BD, F7 and 25. RGB value is (189,247,37). Sum of RGB (Red+Green+Blue) = 189+247+37=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 37 (14.84% from 255 or 7.82% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF725 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF725 is #4208DA. Grayscale: #CECECE. Windows color (decimal): -4327643 or 2488253. OLE color: 2488253.
HSL color Cylindrical-coordinate representation of color #BDF725: hue angle of 76.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDF725 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 37 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.03 |
| HSL | 76.57º | 0.93% | 0.56% | - |
| HSV(B) | 76.57º | 0.85% | 0.97% | - |
| XYZ | 54.58 | 77.47 | 13.83 | - |
| YUV | 205.72 | 32.78 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 37 | 0.23 | 0 | 0.85 | 0.03 | 76.57 | 0.93 | 0.56 |
| Hex | BD | F7 | 25 | 17 | 0 | 55 | 3 | 4D | 5D | 38 |
| Octal | 275 | 367 | 45 | 27 | 0 | 125 | 3 | 115 | 135 | 70 |
| Binary | 10111101 | 11110111 | 100101 | 10111 | 0 | 1010101 | 11 | 1001101 | 1011101 | 111000 |
Color Harmonies of #BDF725
Complementary color
Monochromatic Colors of #BDF725
Black with #BDF725
Text Example
Text Example
White with #BDF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF725; }
p { color: rgb(189,247,37); }
H1.HeaderClassName
{
color: #BDF725;
}
.AnyTagClassName
{
color: #BDF725;
}
</style>
background-color css
<style>
a { background-color: #BDF725; }
a { background-color: rgb(189,247,37); }
div.DivClassName
{
background-color: #BDF725;
}
.BgClassName
{
background-color: #BDF725;
}
</style>
border-color css
<style>
span { border-color: #BDF725; }
span { border-color: rgb(189,247,37); }
td.TdClassName
{
border-color: #BDF725;
}
.TagClassName
{
border-color: #BDF725;
}
</style>