Shades of Green Yellow #BDF528
Tints of Green Yellow #BDF528
RGB
CMYK
RGB Variations
Color information
#BDF528 (or 0xBDF528) is known color: Green Yellow. HEX triplet: BD, F5 and 28. RGB value is (189,245,40). Sum of RGB (Red+Green+Blue) = 189+245+40=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 245 (96.09% from 255 or 51.69% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF528 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF528 is #420AD7. Grayscale: #CDCDCD. Windows color (decimal): -4328152 or 2684349. OLE color: 2684349.
HSL color Cylindrical-coordinate representation of color #BDF528: hue angle of 76.39º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDF528 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 40 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.04 |
| HSL | 76.39º | 0.91% | 0.56% | - |
| HSV(B) | 76.39º | 0.84% | 0.96% | - |
| XYZ | 54.02 | 76.28 | 13.88 | - |
| YUV | 204.89 | 34.95 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 40 | 0.23 | 0 | 0.84 | 0.04 | 76.39 | 0.91 | 0.56 |
| Hex | BD | F5 | 28 | 17 | 0 | 54 | 4 | 4C | 5B | 38 |
| Octal | 275 | 365 | 50 | 27 | 0 | 124 | 4 | 114 | 133 | 70 |
| Binary | 10111101 | 11110101 | 101000 | 10111 | 0 | 1010100 | 100 | 1001100 | 1011011 | 111000 |
Color Harmonies of #BDF528
Complementary color
Monochromatic Colors of #BDF528
Black with #BDF528
Text Example
Text Example
White with #BDF528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF528; }
p { color: rgb(189,245,40); }
H1.HeaderClassName
{
color: #BDF528;
}
.AnyTagClassName
{
color: #BDF528;
}
</style>
background-color css
<style>
a { background-color: #BDF528; }
a { background-color: rgb(189,245,40); }
div.DivClassName
{
background-color: #BDF528;
}
.BgClassName
{
background-color: #BDF528;
}
</style>
border-color css
<style>
span { border-color: #BDF528; }
span { border-color: rgb(189,245,40); }
td.TdClassName
{
border-color: #BDF528;
}
.TagClassName
{
border-color: #BDF528;
}
</style>