Shades of Green Yellow #BDF63E
Tints of Green Yellow #BDF63E
RGB
CMYK
RGB Variations
Color information
#BDF63E (or 0xBDF63E) is known color: Green Yellow. HEX triplet: BD, F6 and 3E. RGB value is (189,246,62). Sum of RGB (Red+Green+Blue) = 189+246+62=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 62 (24.61% from 255 or 12.47% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF63E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF63E is #4209C1. Grayscale: #D0D0D0. Windows color (decimal): -4327874 or 4126397. OLE color: 4126397.
HSL color Cylindrical-coordinate representation of color #BDF63E: hue angle of 78.59º degrees, saturation: 0.91, 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 #BDF63E is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 62 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.04 |
| HSL | 78.59º | 0.91% | 0.6% | - |
| HSV(B) | 78.59º | 0.75% | 0.96% | - |
| XYZ | 54.81 | 77.08 | 16.55 | - |
| YUV | 207.98 | 45.62 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 62 | 0.23 | 0 | 0.75 | 0.04 | 78.59 | 0.91 | 0.6 |
| Hex | BD | F6 | 3E | 17 | 0 | 4B | 4 | 4F | 5B | 3C |
| Octal | 275 | 366 | 76 | 27 | 0 | 113 | 4 | 117 | 133 | 74 |
| Binary | 10111101 | 11110110 | 111110 | 10111 | 0 | 1001011 | 100 | 1001111 | 1011011 | 111100 |
Color Harmonies of #BDF63E
Complementary color
Monochromatic Colors of #BDF63E
Black with #BDF63E
Text Example
Text Example
White with #BDF63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF63E; }
p { color: rgb(189,246,62); }
H1.HeaderClassName
{
color: #BDF63E;
}
.AnyTagClassName
{
color: #BDF63E;
}
</style>
background-color css
<style>
a { background-color: #BDF63E; }
a { background-color: rgb(189,246,62); }
div.DivClassName
{
background-color: #BDF63E;
}
.BgClassName
{
background-color: #BDF63E;
}
</style>
border-color css
<style>
span { border-color: #BDF63E; }
span { border-color: rgb(189,246,62); }
td.TdClassName
{
border-color: #BDF63E;
}
.TagClassName
{
border-color: #BDF63E;
}
</style>