Shades of Green Yellow #BDF846
Tints of Green Yellow #BDF846
RGB
CMYK
RGB Variations
Color information
#BDF846 (or 0xBDF846) is known color: Green Yellow. HEX triplet: BD, F8 and 46. RGB value is (189,248,70). Sum of RGB (Red+Green+Blue) = 189+248+70=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF846 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF846 is #4207B9. Grayscale: #D2D2D2. Windows color (decimal): -4327354 or 4651197. OLE color: 4651197.
HSL color Cylindrical-coordinate representation of color #BDF846: hue angle of 79.89º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF846 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 70 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.03 |
| HSL | 79.89º | 0.93% | 0.62% | - |
| HSV(B) | 79.89º | 0.72% | 0.97% | - |
| XYZ | 55.66 | 78.4 | 17.99 | - |
| YUV | 210.07 | 48.95 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 70 | 0.24 | 0 | 0.72 | 0.03 | 79.89 | 0.93 | 0.62 |
| Hex | BD | F8 | 46 | 18 | 0 | 48 | 3 | 50 | 5D | 3E |
| Octal | 275 | 370 | 106 | 30 | 0 | 110 | 3 | 120 | 135 | 76 |
| Binary | 10111101 | 11111000 | 1000110 | 11000 | 0 | 1001000 | 11 | 1010000 | 1011101 | 111110 |
Color Harmonies of #BDF846
Complementary color
Monochromatic Colors of #BDF846
Black with #BDF846
Text Example
Text Example
White with #BDF846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF846; }
p { color: rgb(189,248,70); }
H1.HeaderClassName
{
color: #BDF846;
}
.AnyTagClassName
{
color: #BDF846;
}
</style>
background-color css
<style>
a { background-color: #BDF846; }
a { background-color: rgb(189,248,70); }
div.DivClassName
{
background-color: #BDF846;
}
.BgClassName
{
background-color: #BDF846;
}
</style>
border-color css
<style>
span { border-color: #BDF846; }
span { border-color: rgb(189,248,70); }
td.TdClassName
{
border-color: #BDF846;
}
.TagClassName
{
border-color: #BDF846;
}
</style>