Shades of Green Yellow #BDF631
Tints of Green Yellow #BDF631
RGB
CMYK
RGB Variations
Color information
#BDF631 (or 0xBDF631) is known color: Green Yellow. HEX triplet: BD, F6 and 31. RGB value is (189,246,49). Sum of RGB (Red+Green+Blue) = 189+246+49=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF631 is #4209CE. Grayscale: #CFCFCF. Windows color (decimal): -4327887 or 3274429. OLE color: 3274429.
HSL color Cylindrical-coordinate representation of color #BDF631: hue angle of 77.36º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDF631 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 49 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.04 |
| HSL | 77.36º | 0.92% | 0.58% | - |
| HSV(B) | 77.36º | 0.8% | 0.96% | - |
| XYZ | 54.5 | 76.95 | 14.89 | - |
| YUV | 206.5 | 39.12 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 49 | 0.23 | 0 | 0.80 | 0.04 | 77.36 | 0.92 | 0.58 |
| Hex | BD | F6 | 31 | 17 | 0 | 50 | 4 | 4D | 5C | 3A |
| Octal | 275 | 366 | 61 | 27 | 0 | 120 | 4 | 115 | 134 | 72 |
| Binary | 10111101 | 11110110 | 110001 | 10111 | 0 | 1010000 | 100 | 1001101 | 1011100 | 111010 |
Color Harmonies of #BDF631
Complementary color
Monochromatic Colors of #BDF631
Black with #BDF631
Text Example
Text Example
White with #BDF631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF631; }
p { color: rgb(189,246,49); }
H1.HeaderClassName
{
color: #BDF631;
}
.AnyTagClassName
{
color: #BDF631;
}
</style>
background-color css
<style>
a { background-color: #BDF631; }
a { background-color: rgb(189,246,49); }
div.DivClassName
{
background-color: #BDF631;
}
.BgClassName
{
background-color: #BDF631;
}
</style>
border-color css
<style>
span { border-color: #BDF631; }
span { border-color: rgb(189,246,49); }
td.TdClassName
{
border-color: #BDF631;
}
.TagClassName
{
border-color: #BDF631;
}
</style>