Shades of Green Yellow #BDF521
Tints of Green Yellow #BDF521
RGB
CMYK
RGB Variations
Color information
#BDF521 (or 0xBDF521) is known color: Green Yellow. HEX triplet: BD, F5 and 21. RGB value is (189,245,33). Sum of RGB (Red+Green+Blue) = 189+245+33=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF521 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF521 is #420ADE. Grayscale: #CCCCCC. Windows color (decimal): -4328159 or 2225597. OLE color: 2225597.
HSL color Cylindrical-coordinate representation of color #BDF521: hue angle of 75.85º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDF521 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 33 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.04 |
| HSL | 75.85º | 0.91% | 0.55% | - |
| HSV(B) | 75.85º | 0.87% | 0.96% | - |
| XYZ | 53.91 | 76.23 | 13.31 | - |
| YUV | 204.09 | 31.45 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 33 | 0.23 | 0 | 0.87 | 0.04 | 75.85 | 0.91 | 0.55 |
| Hex | BD | F5 | 21 | 17 | 0 | 57 | 4 | 4C | 5B | 37 |
| Octal | 275 | 365 | 41 | 27 | 0 | 127 | 4 | 114 | 133 | 67 |
| Binary | 10111101 | 11110101 | 100001 | 10111 | 0 | 1010111 | 100 | 1001100 | 1011011 | 110111 |
Color Harmonies of #BDF521
Complementary color
Monochromatic Colors of #BDF521
Black with #BDF521
Text Example
Text Example
White with #BDF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF521; }
p { color: rgb(189,245,33); }
H1.HeaderClassName
{
color: #BDF521;
}
.AnyTagClassName
{
color: #BDF521;
}
</style>
background-color css
<style>
a { background-color: #BDF521; }
a { background-color: rgb(189,245,33); }
div.DivClassName
{
background-color: #BDF521;
}
.BgClassName
{
background-color: #BDF521;
}
</style>
border-color css
<style>
span { border-color: #BDF521; }
span { border-color: rgb(189,245,33); }
td.TdClassName
{
border-color: #BDF521;
}
.TagClassName
{
border-color: #BDF521;
}
</style>