Shades of Green Yellow #BDFC31
Tints of Green Yellow #BDFC31
RGB
CMYK
RGB Variations
Color information
#BDFC31 (or 0xBDFC31) is known color: Green Yellow. HEX triplet: BD, FC and 31. RGB value is (189,252,49). Sum of RGB (Red+Green+Blue) = 189+252+49=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFC31 is #4203CE. Grayscale: #D2D2D2. Windows color (decimal): -4326351 or 3275965. OLE color: 3275965.
HSL color Cylindrical-coordinate representation of color #BDFC31: hue angle of 78.62º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDFC31 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 49 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.01 |
| HSL | 78.62º | 0.97% | 0.59% | - |
| HSV(B) | 78.62º | 0.81% | 0.99% | - |
| XYZ | 56.35 | 80.66 | 15.5 | - |
| YUV | 210.02 | 37.13 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 49 | 0.25 | 0 | 0.81 | 0.01 | 78.62 | 0.97 | 0.59 |
| Hex | BD | FC | 31 | 19 | 0 | 51 | 1 | 4F | 61 | 3B |
| Octal | 275 | 374 | 61 | 31 | 0 | 121 | 1 | 117 | 141 | 73 |
| Binary | 10111101 | 11111100 | 110001 | 11001 | 0 | 1010001 | 1 | 1001111 | 1100001 | 111011 |
Color Harmonies of #BDFC31
Complementary color
Monochromatic Colors of #BDFC31
Black with #BDFC31
Text Example
Text Example
White with #BDFC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC31; }
p { color: rgb(189,252,49); }
H1.HeaderClassName
{
color: #BDFC31;
}
.AnyTagClassName
{
color: #BDFC31;
}
</style>
background-color css
<style>
a { background-color: #BDFC31; }
a { background-color: rgb(189,252,49); }
div.DivClassName
{
background-color: #BDFC31;
}
.BgClassName
{
background-color: #BDFC31;
}
</style>
border-color css
<style>
span { border-color: #BDFC31; }
span { border-color: rgb(189,252,49); }
td.TdClassName
{
border-color: #BDFC31;
}
.TagClassName
{
border-color: #BDFC31;
}
</style>