Shades of Green Yellow #BDF524
Tints of Green Yellow #BDF524
RGB
CMYK
RGB Variations
Color information
#BDF524 (or 0xBDF524) is known color: Green Yellow. HEX triplet: BD, F5 and 24. RGB value is (189,245,36). Sum of RGB (Red+Green+Blue) = 189+245+36=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 245 (96.09% from 255 or 52.13% from 470); Blue value is 36 (14.45% from 255 or 7.66% from 470); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF524 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF524 is #420ADB. Grayscale: #CDCDCD. Windows color (decimal): -4328156 or 2422205. OLE color: 2422205.
HSL color Cylindrical-coordinate representation of color #BDF524: hue angle of 76.08º 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 #BDF524 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 36 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.04 |
| HSL | 76.08º | 0.91% | 0.55% | - |
| HSV(B) | 76.08º | 0.85% | 0.96% | - |
| XYZ | 53.96 | 76.25 | 13.54 | - |
| YUV | 204.43 | 32.95 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 36 | 0.23 | 0 | 0.85 | 0.04 | 76.08 | 0.91 | 0.55 |
| Hex | BD | F5 | 24 | 17 | 0 | 55 | 4 | 4C | 5B | 37 |
| Octal | 275 | 365 | 44 | 27 | 0 | 125 | 4 | 114 | 133 | 67 |
| Binary | 10111101 | 11110101 | 100100 | 10111 | 0 | 1010101 | 100 | 1001100 | 1011011 | 110111 |
Color Harmonies of #BDF524
Complementary color
Monochromatic Colors of #BDF524
Black with #BDF524
Text Example
Text Example
White with #BDF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF524; }
p { color: rgb(189,245,36); }
H1.HeaderClassName
{
color: #BDF524;
}
.AnyTagClassName
{
color: #BDF524;
}
</style>
background-color css
<style>
a { background-color: #BDF524; }
a { background-color: rgb(189,245,36); }
div.DivClassName
{
background-color: #BDF524;
}
.BgClassName
{
background-color: #BDF524;
}
</style>
border-color css
<style>
span { border-color: #BDF524; }
span { border-color: rgb(189,245,36); }
td.TdClassName
{
border-color: #BDF524;
}
.TagClassName
{
border-color: #BDF524;
}
</style>