Shades of Green Yellow #BDFF31
Tints of Green Yellow #BDFF31
RGB
CMYK
RGB Variations
Color information
#BDFF31 (or 0xBDFF31) is known color: Green Yellow. HEX triplet: BD, FF and 31. RGB value is (189,255,49). Sum of RGB (Red+Green+Blue) = 189+255+49=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF31 is #4200CE. Grayscale: #D4D4D4. Windows color (decimal): -4325583 or 3276733. OLE color: 3276733.
HSL color Cylindrical-coordinate representation of color #BDFF31: hue angle of 79.22º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDFF31 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 49 | - |
| CMYK | 0.26 | 0 | 0.81 | 0 |
| HSL | 79.22º | 1% | 0.6% | - |
| HSV(B) | 79.22º | 0.81% | 1% | - |
| XYZ | 57.3 | 82.56 | 15.82 | - |
| YUV | 211.78 | 36.13 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 49 | 0.26 | 0 | 0.81 | 0 | 79.22 | 1 | 0.6 |
| Hex | BD | FF | 31 | 1A | 0 | 51 | 0 | 4F | 64 | 3C |
| Octal | 275 | 377 | 61 | 32 | 0 | 121 | 0 | 117 | 144 | 74 |
| Binary | 10111101 | 11111111 | 110001 | 11010 | 0 | 1010001 | 0 | 1001111 | 1100100 | 111100 |
Color Harmonies of #BDFF31
Complementary color
Monochromatic Colors of #BDFF31
Black with #BDFF31
Text Example
Text Example
White with #BDFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF31; }
p { color: rgb(189,255,49); }
H1.HeaderClassName
{
color: #BDFF31;
}
.AnyTagClassName
{
color: #BDFF31;
}
</style>
background-color css
<style>
a { background-color: #BDFF31; }
a { background-color: rgb(189,255,49); }
div.DivClassName
{
background-color: #BDFF31;
}
.BgClassName
{
background-color: #BDFF31;
}
</style>
border-color css
<style>
span { border-color: #BDFF31; }
span { border-color: rgb(189,255,49); }
td.TdClassName
{
border-color: #BDFF31;
}
.TagClassName
{
border-color: #BDFF31;
}
</style>