Shades of Green Yellow #BDF81F
Tints of Green Yellow #BDF81F
RGB
CMYK
RGB Variations
Color information
#BDF81F (or 0xBDF81F) is known color: Green Yellow. HEX triplet: BD, F8 and 1F. RGB value is (189,248,31). Sum of RGB (Red+Green+Blue) = 189+248+31=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF81F is #4207E0. Grayscale: #CECECE. Windows color (decimal): -4327393 or 2095293. OLE color: 2095293.
HSL color Cylindrical-coordinate representation of color #BDF81F: hue angle of 76.31º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDF81F is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 31 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.03 |
| HSL | 76.31º | 0.94% | 0.55% | - |
| HSV(B) | 76.31º | 0.88% | 0.97% | - |
| XYZ | 54.8 | 78.05 | 13.47 | - |
| YUV | 205.62 | 29.45 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 31 | 0.24 | 0 | 0.88 | 0.03 | 76.31 | 0.94 | 0.55 |
| Hex | BD | F8 | 1F | 18 | 0 | 58 | 3 | 4C | 5E | 37 |
| Octal | 275 | 370 | 37 | 30 | 0 | 130 | 3 | 114 | 136 | 67 |
| Binary | 10111101 | 11111000 | 11111 | 11000 | 0 | 1011000 | 11 | 1001100 | 1011110 | 110111 |
Color Harmonies of #BDF81F
Complementary color
Monochromatic Colors of #BDF81F
Black with #BDF81F
Text Example
Text Example
White with #BDF81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF81F; }
p { color: rgb(189,248,31); }
H1.HeaderClassName
{
color: #BDF81F;
}
.AnyTagClassName
{
color: #BDF81F;
}
</style>
background-color css
<style>
a { background-color: #BDF81F; }
a { background-color: rgb(189,248,31); }
div.DivClassName
{
background-color: #BDF81F;
}
.BgClassName
{
background-color: #BDF81F;
}
</style>
border-color css
<style>
span { border-color: #BDF81F; }
span { border-color: rgb(189,248,31); }
td.TdClassName
{
border-color: #BDF81F;
}
.TagClassName
{
border-color: #BDF81F;
}
</style>