Shades of Green Yellow #BDFF1F
Tints of Green Yellow #BDFF1F
RGB
CMYK
RGB Variations
Color information
#BDFF1F (or 0xBDFF1F) is known color: Green Yellow. HEX triplet: BD, FF and 1F. RGB value is (189,255,31). Sum of RGB (Red+Green+Blue) = 189+255+31=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 31 (12.5% from 255 or 6.53% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF1F is #4200E0. Grayscale: #D2D2D2. Windows color (decimal): -4325601 or 2097085. OLE color: 2097085.
HSL color Cylindrical-coordinate representation of color #BDFF1F: hue angle of 77.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDFF1F is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 31 | - |
| CMYK | 0.26 | 0 | 0.88 | 0 |
| HSL | 77.68º | 1% | 0.56% | - |
| HSV(B) | 77.68º | 0.88% | 1% | - |
| XYZ | 56.99 | 82.44 | 14.2 | - |
| YUV | 209.73 | 27.13 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 31 | 0.26 | 0 | 0.88 | 0 | 77.68 | 1 | 0.56 |
| Hex | BD | FF | 1F | 1A | 0 | 58 | 0 | 4E | 64 | 38 |
| Octal | 275 | 377 | 37 | 32 | 0 | 130 | 0 | 116 | 144 | 70 |
| Binary | 10111101 | 11111111 | 11111 | 11010 | 0 | 1011000 | 0 | 1001110 | 1100100 | 111000 |
Color Harmonies of #BDFF1F
Complementary color
Monochromatic Colors of #BDFF1F
Black with #BDFF1F
Text Example
Text Example
White with #BDFF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF1F; }
p { color: rgb(189,255,31); }
H1.HeaderClassName
{
color: #BDFF1F;
}
.AnyTagClassName
{
color: #BDFF1F;
}
</style>
background-color css
<style>
a { background-color: #BDFF1F; }
a { background-color: rgb(189,255,31); }
div.DivClassName
{
background-color: #BDFF1F;
}
.BgClassName
{
background-color: #BDFF1F;
}
</style>
border-color css
<style>
span { border-color: #BDFF1F; }
span { border-color: rgb(189,255,31); }
td.TdClassName
{
border-color: #BDFF1F;
}
.TagClassName
{
border-color: #BDFF1F;
}
</style>