Shades of Green Yellow #BDF525
Tints of Green Yellow #BDF525
RGB
CMYK
RGB Variations
Color information
#BDF525 (or 0xBDF525) is known color: Green Yellow. HEX triplet: BD, F5 and 25. RGB value is (189,245,37). Sum of RGB (Red+Green+Blue) = 189+245+37=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 245 (96.09% from 255 or 52.02% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF525 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF525 is #420ADA. Grayscale: #CDCDCD. Windows color (decimal): -4328155 or 2487741. OLE color: 2487741.
HSL color Cylindrical-coordinate representation of color #BDF525: hue angle of 76.15º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDF525 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 37 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.04 |
| HSL | 76.15º | 0.91% | 0.55% | - |
| HSV(B) | 76.15º | 0.85% | 0.96% | - |
| XYZ | 53.97 | 76.26 | 13.62 | - |
| YUV | 204.54 | 33.45 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 37 | 0.23 | 0 | 0.85 | 0.04 | 76.15 | 0.91 | 0.55 |
| Hex | BD | F5 | 25 | 17 | 0 | 55 | 4 | 4C | 5B | 37 |
| Octal | 275 | 365 | 45 | 27 | 0 | 125 | 4 | 114 | 133 | 67 |
| Binary | 10111101 | 11110101 | 100101 | 10111 | 0 | 1010101 | 100 | 1001100 | 1011011 | 110111 |
Color Harmonies of #BDF525
Complementary color
Monochromatic Colors of #BDF525
Black with #BDF525
Text Example
Text Example
White with #BDF525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF525; }
p { color: rgb(189,245,37); }
H1.HeaderClassName
{
color: #BDF525;
}
.AnyTagClassName
{
color: #BDF525;
}
</style>
background-color css
<style>
a { background-color: #BDF525; }
a { background-color: rgb(189,245,37); }
div.DivClassName
{
background-color: #BDF525;
}
.BgClassName
{
background-color: #BDF525;
}
</style>
border-color css
<style>
span { border-color: #BDF525; }
span { border-color: rgb(189,245,37); }
td.TdClassName
{
border-color: #BDF525;
}
.TagClassName
{
border-color: #BDF525;
}
</style>