Shades of Green Yellow #BDF63A
Tints of Green Yellow #BDF63A
RGB
CMYK
RGB Variations
Color information
#BDF63A (or 0xBDF63A) is known color: Green Yellow. HEX triplet: BD, F6 and 3A. RGB value is (189,246,58). Sum of RGB (Red+Green+Blue) = 189+246+58=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF63A is #4209C5. Grayscale: #D0D0D0. Windows color (decimal): -4327878 or 3864253. OLE color: 3864253.
HSL color Cylindrical-coordinate representation of color #BDF63A: hue angle of 78.19º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDF63A is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 58 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.04 |
| HSL | 78.19º | 0.91% | 0.6% | - |
| HSV(B) | 78.19º | 0.76% | 0.96% | - |
| XYZ | 54.71 | 77.04 | 15.99 | - |
| YUV | 207.53 | 43.62 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 58 | 0.23 | 0 | 0.76 | 0.04 | 78.19 | 0.91 | 0.6 |
| Hex | BD | F6 | 3A | 17 | 0 | 4C | 4 | 4E | 5B | 3C |
| Octal | 275 | 366 | 72 | 27 | 0 | 114 | 4 | 116 | 133 | 74 |
| Binary | 10111101 | 11110110 | 111010 | 10111 | 0 | 1001100 | 100 | 1001110 | 1011011 | 111100 |
Color Harmonies of #BDF63A
Complementary color
Monochromatic Colors of #BDF63A
Black with #BDF63A
Text Example
Text Example
White with #BDF63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF63A; }
p { color: rgb(189,246,58); }
H1.HeaderClassName
{
color: #BDF63A;
}
.AnyTagClassName
{
color: #BDF63A;
}
</style>
background-color css
<style>
a { background-color: #BDF63A; }
a { background-color: rgb(189,246,58); }
div.DivClassName
{
background-color: #BDF63A;
}
.BgClassName
{
background-color: #BDF63A;
}
</style>
border-color css
<style>
span { border-color: #BDF63A; }
span { border-color: rgb(189,246,58); }
td.TdClassName
{
border-color: #BDF63A;
}
.TagClassName
{
border-color: #BDF63A;
}
</style>