Shades of Green Yellow #BDF028
Tints of Green Yellow #BDF028
RGB
CMYK
RGB Variations
Color information
#BDF028 (or 0xBDF028) is known color: Green Yellow. HEX triplet: BD, F0 and 28. RGB value is (189,240,40). Sum of RGB (Red+Green+Blue) = 189+240+40=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF028 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF028 is #420FD7. Grayscale: #CACACA. Windows color (decimal): -4329432 or 2683069. OLE color: 2683069.
HSL color Cylindrical-coordinate representation of color #BDF028: hue angle of 75.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDF028 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 40 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.06 |
| HSL | 75.3º | 0.87% | 0.55% | - |
| HSV(B) | 75.3º | 0.83% | 0.94% | - |
| XYZ | 52.53 | 73.29 | 13.39 | - |
| YUV | 201.95 | 36.6 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 40 | 0.21 | 0 | 0.83 | 0.06 | 75.3 | 0.87 | 0.55 |
| Hex | BD | F0 | 28 | 15 | 0 | 53 | 6 | 4B | 57 | 37 |
| Octal | 275 | 360 | 50 | 25 | 0 | 123 | 6 | 113 | 127 | 67 |
| Binary | 10111101 | 11110000 | 101000 | 10101 | 0 | 1010011 | 110 | 1001011 | 1010111 | 110111 |
Color Harmonies of #BDF028
Complementary color
Monochromatic Colors of #BDF028
Black with #BDF028
Text Example
Text Example
White with #BDF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF028; }
p { color: rgb(189,240,40); }
H1.HeaderClassName
{
color: #BDF028;
}
.AnyTagClassName
{
color: #BDF028;
}
</style>
background-color css
<style>
a { background-color: #BDF028; }
a { background-color: rgb(189,240,40); }
div.DivClassName
{
background-color: #BDF028;
}
.BgClassName
{
background-color: #BDF028;
}
</style>
border-color css
<style>
span { border-color: #BDF028; }
span { border-color: rgb(189,240,40); }
td.TdClassName
{
border-color: #BDF028;
}
.TagClassName
{
border-color: #BDF028;
}
</style>