Shades of Green Yellow #BDF946
Tints of Green Yellow #BDF946
RGB
CMYK
RGB Variations
Color information
#BDF946 (or 0xBDF946) is known color: Green Yellow. HEX triplet: BD, F9 and 46. RGB value is (189,249,70). Sum of RGB (Red+Green+Blue) = 189+249+70=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 70 (27.73% from 255 or 13.78% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF946 is #4206B9. Grayscale: #D3D3D3. Windows color (decimal): -4327098 or 4651453. OLE color: 4651453.
HSL color Cylindrical-coordinate representation of color #BDF946: hue angle of 80.11º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF946 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 70 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.02 |
| HSL | 80.11º | 0.94% | 0.63% | - |
| HSV(B) | 80.11º | 0.72% | 0.98% | - |
| XYZ | 55.97 | 79.01 | 18.1 | - |
| YUV | 210.65 | 48.62 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 70 | 0.24 | 0 | 0.72 | 0.02 | 80.11 | 0.94 | 0.63 |
| Hex | BD | F9 | 46 | 18 | 0 | 48 | 2 | 50 | 5E | 3F |
| Octal | 275 | 371 | 106 | 30 | 0 | 110 | 2 | 120 | 136 | 77 |
| Binary | 10111101 | 11111001 | 1000110 | 11000 | 0 | 1001000 | 10 | 1010000 | 1011110 | 111111 |
Color Harmonies of #BDF946
Complementary color
Monochromatic Colors of #BDF946
Black with #BDF946
Text Example
Text Example
White with #BDF946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF946; }
p { color: rgb(189,249,70); }
H1.HeaderClassName
{
color: #BDF946;
}
.AnyTagClassName
{
color: #BDF946;
}
</style>
background-color css
<style>
a { background-color: #BDF946; }
a { background-color: rgb(189,249,70); }
div.DivClassName
{
background-color: #BDF946;
}
.BgClassName
{
background-color: #BDF946;
}
</style>
border-color css
<style>
span { border-color: #BDF946; }
span { border-color: rgb(189,249,70); }
td.TdClassName
{
border-color: #BDF946;
}
.TagClassName
{
border-color: #BDF946;
}
</style>