Shades of Green Yellow #BDF53F
Tints of Green Yellow #BDF53F
RGB
CMYK
RGB Variations
Color information
#BDF53F (or 0xBDF53F) is known color: Green Yellow. HEX triplet: BD, F5 and 3F. RGB value is (189,245,63). Sum of RGB (Red+Green+Blue) = 189+245+63=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF53F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF53F is #420AC0. Grayscale: #D0D0D0. Windows color (decimal): -4328129 or 4191677. OLE color: 4191677.
HSL color Cylindrical-coordinate representation of color #BDF53F: hue angle of 78.46º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDF53F is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 63 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.04 |
| HSL | 78.46º | 0.9% | 0.6% | - |
| HSV(B) | 78.46º | 0.74% | 0.96% | - |
| XYZ | 54.54 | 76.48 | 16.59 | - |
| YUV | 207.51 | 46.45 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 63 | 0.23 | 0 | 0.74 | 0.04 | 78.46 | 0.9 | 0.6 |
| Hex | BD | F5 | 3F | 17 | 0 | 4A | 4 | 4E | 5A | 3C |
| Octal | 275 | 365 | 77 | 27 | 0 | 112 | 4 | 116 | 132 | 74 |
| Binary | 10111101 | 11110101 | 111111 | 10111 | 0 | 1001010 | 100 | 1001110 | 1011010 | 111100 |
Color Harmonies of #BDF53F
Complementary color
Monochromatic Colors of #BDF53F
Black with #BDF53F
Text Example
Text Example
White with #BDF53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF53F; }
p { color: rgb(189,245,63); }
H1.HeaderClassName
{
color: #BDF53F;
}
.AnyTagClassName
{
color: #BDF53F;
}
</style>
background-color css
<style>
a { background-color: #BDF53F; }
a { background-color: rgb(189,245,63); }
div.DivClassName
{
background-color: #BDF53F;
}
.BgClassName
{
background-color: #BDF53F;
}
</style>
border-color css
<style>
span { border-color: #BDF53F; }
span { border-color: rgb(189,245,63); }
td.TdClassName
{
border-color: #BDF53F;
}
.TagClassName
{
border-color: #BDF53F;
}
</style>