Shades of Green Yellow #BDF53E
Tints of Green Yellow #BDF53E
RGB
CMYK
RGB Variations
Color information
#BDF53E (or 0xBDF53E) is known color: Green Yellow. HEX triplet: BD, F5 and 3E. RGB value is (189,245,62). Sum of RGB (Red+Green+Blue) = 189+245+62=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 62 (24.61% from 255 or 12.5% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF53E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF53E is #420AC1. Grayscale: #D0D0D0. Windows color (decimal): -4328130 or 4126141. OLE color: 4126141.
HSL color Cylindrical-coordinate representation of color #BDF53E: hue angle of 78.36º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDF53E is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 62 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.04 |
| HSL | 78.36º | 0.9% | 0.6% | - |
| HSV(B) | 78.36º | 0.75% | 0.96% | - |
| XYZ | 54.51 | 76.47 | 16.45 | - |
| YUV | 207.39 | 45.95 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 62 | 0.23 | 0 | 0.75 | 0.04 | 78.36 | 0.9 | 0.6 |
| Hex | BD | F5 | 3E | 17 | 0 | 4B | 4 | 4E | 5A | 3C |
| Octal | 275 | 365 | 76 | 27 | 0 | 113 | 4 | 116 | 132 | 74 |
| Binary | 10111101 | 11110101 | 111110 | 10111 | 0 | 1001011 | 100 | 1001110 | 1011010 | 111100 |
Color Harmonies of #BDF53E
Complementary color
Monochromatic Colors of #BDF53E
Black with #BDF53E
Text Example
Text Example
White with #BDF53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF53E; }
p { color: rgb(189,245,62); }
H1.HeaderClassName
{
color: #BDF53E;
}
.AnyTagClassName
{
color: #BDF53E;
}
</style>
background-color css
<style>
a { background-color: #BDF53E; }
a { background-color: rgb(189,245,62); }
div.DivClassName
{
background-color: #BDF53E;
}
.BgClassName
{
background-color: #BDF53E;
}
</style>
border-color css
<style>
span { border-color: #BDF53E; }
span { border-color: rgb(189,245,62); }
td.TdClassName
{
border-color: #BDF53E;
}
.TagClassName
{
border-color: #BDF53E;
}
</style>