Shades of Green Yellow #BDF031
Tints of Green Yellow #BDF031
RGB
CMYK
RGB Variations
Color information
#BDF031 (or 0xBDF031) is known color: Green Yellow. HEX triplet: BD, F0 and 31. RGB value is (189,240,49). Sum of RGB (Red+Green+Blue) = 189+240+49=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF031 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF031 is #420FCE. Grayscale: #CBCBCB. Windows color (decimal): -4329423 or 3272893. OLE color: 3272893.
HSL color Cylindrical-coordinate representation of color #BDF031: hue angle of 76.02º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDF031 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 49 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.06 |
| HSL | 76.02º | 0.86% | 0.57% | - |
| HSV(B) | 76.02º | 0.8% | 0.94% | - |
| XYZ | 52.7 | 73.36 | 14.29 | - |
| YUV | 202.98 | 41.1 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 49 | 0.21 | 0 | 0.80 | 0.06 | 76.02 | 0.86 | 0.57 |
| Hex | BD | F0 | 31 | 15 | 0 | 50 | 6 | 4C | 56 | 39 |
| Octal | 275 | 360 | 61 | 25 | 0 | 120 | 6 | 114 | 126 | 71 |
| Binary | 10111101 | 11110000 | 110001 | 10101 | 0 | 1010000 | 110 | 1001100 | 1010110 | 111001 |
Color Harmonies of #BDF031
Complementary color
Monochromatic Colors of #BDF031
Black with #BDF031
Text Example
Text Example
White with #BDF031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF031; }
p { color: rgb(189,240,49); }
H1.HeaderClassName
{
color: #BDF031;
}
.AnyTagClassName
{
color: #BDF031;
}
</style>
background-color css
<style>
a { background-color: #BDF031; }
a { background-color: rgb(189,240,49); }
div.DivClassName
{
background-color: #BDF031;
}
.BgClassName
{
background-color: #BDF031;
}
</style>
border-color css
<style>
span { border-color: #BDF031; }
span { border-color: rgb(189,240,49); }
td.TdClassName
{
border-color: #BDF031;
}
.TagClassName
{
border-color: #BDF031;
}
</style>