Shades of Green Yellow #BDF83D
Tints of Green Yellow #BDF83D
RGB
CMYK
RGB Variations
Color information
#BDF83D (or 0xBDF83D) is known color: Green Yellow. HEX triplet: BD, F8 and 3D. RGB value is (189,248,61). Sum of RGB (Red+Green+Blue) = 189+248+61=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF83D is #4207C2. Grayscale: #D1D1D1. Windows color (decimal): -4327363 or 4061373. OLE color: 4061373.
HSL color Cylindrical-coordinate representation of color #BDF83D: hue angle of 78.93º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDF83D is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 61 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.03 |
| HSL | 78.93º | 0.93% | 0.61% | - |
| HSV(B) | 78.93º | 0.75% | 0.97% | - |
| XYZ | 55.4 | 78.29 | 16.61 | - |
| YUV | 209.04 | 44.45 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 61 | 0.24 | 0 | 0.75 | 0.03 | 78.93 | 0.93 | 0.61 |
| Hex | BD | F8 | 3D | 18 | 0 | 4B | 3 | 4F | 5D | 3D |
| Octal | 275 | 370 | 75 | 30 | 0 | 113 | 3 | 117 | 135 | 75 |
| Binary | 10111101 | 11111000 | 111101 | 11000 | 0 | 1001011 | 11 | 1001111 | 1011101 | 111101 |
Color Harmonies of #BDF83D
Complementary color
Monochromatic Colors of #BDF83D
Black with #BDF83D
Text Example
Text Example
White with #BDF83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF83D; }
p { color: rgb(189,248,61); }
H1.HeaderClassName
{
color: #BDF83D;
}
.AnyTagClassName
{
color: #BDF83D;
}
</style>
background-color css
<style>
a { background-color: #BDF83D; }
a { background-color: rgb(189,248,61); }
div.DivClassName
{
background-color: #BDF83D;
}
.BgClassName
{
background-color: #BDF83D;
}
</style>
border-color css
<style>
span { border-color: #BDF83D; }
span { border-color: rgb(189,248,61); }
td.TdClassName
{
border-color: #BDF83D;
}
.TagClassName
{
border-color: #BDF83D;
}
</style>