Shades of Green Yellow #BDF128
Tints of Green Yellow #BDF128
RGB
CMYK
RGB Variations
Color information
#BDF128 (or 0xBDF128) is known color: Green Yellow. HEX triplet: BD, F1 and 28. RGB value is (189,241,40). Sum of RGB (Red+Green+Blue) = 189+241+40=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF128 is #420ED7. Grayscale: #CBCBCB. Windows color (decimal): -4329176 or 2683325. OLE color: 2683325.
HSL color Cylindrical-coordinate representation of color #BDF128: hue angle of 75.52º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDF128 is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 40 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.05 |
| HSL | 75.52º | 0.88% | 0.55% | - |
| HSV(B) | 75.52º | 0.83% | 0.95% | - |
| XYZ | 52.82 | 73.88 | 13.48 | - |
| YUV | 202.54 | 36.27 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 40 | 0.22 | 0 | 0.83 | 0.05 | 75.52 | 0.88 | 0.55 |
| Hex | BD | F1 | 28 | 16 | 0 | 53 | 5 | 4C | 58 | 37 |
| Octal | 275 | 361 | 50 | 26 | 0 | 123 | 5 | 114 | 130 | 67 |
| Binary | 10111101 | 11110001 | 101000 | 10110 | 0 | 1010011 | 101 | 1001100 | 1011000 | 110111 |
Color Harmonies of #BDF128
Complementary color
Monochromatic Colors of #BDF128
Black with #BDF128
Text Example
Text Example
White with #BDF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF128; }
p { color: rgb(189,241,40); }
H1.HeaderClassName
{
color: #BDF128;
}
.AnyTagClassName
{
color: #BDF128;
}
</style>
background-color css
<style>
a { background-color: #BDF128; }
a { background-color: rgb(189,241,40); }
div.DivClassName
{
background-color: #BDF128;
}
.BgClassName
{
background-color: #BDF128;
}
</style>
border-color css
<style>
span { border-color: #BDF128; }
span { border-color: rgb(189,241,40); }
td.TdClassName
{
border-color: #BDF128;
}
.TagClassName
{
border-color: #BDF128;
}
</style>