Shades of Green Yellow #BDF62A
Tints of Green Yellow #BDF62A
RGB
CMYK
RGB Variations
Color information
#BDF62A (or 0xBDF62A) is known color: Green Yellow. HEX triplet: BD, F6 and 2A. RGB value is (189,246,42). Sum of RGB (Red+Green+Blue) = 189+246+42=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF62A is #4209D5. Grayscale: #CECECE. Windows color (decimal): -4327894 or 2815677. OLE color: 2815677.
HSL color Cylindrical-coordinate representation of color #BDF62A: hue angle of 76.76º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDF62A is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 42 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.04 |
| HSL | 76.76º | 0.92% | 0.56% | - |
| HSV(B) | 76.76º | 0.83% | 0.96% | - |
| XYZ | 54.36 | 76.9 | 14.17 | - |
| YUV | 205.7 | 35.62 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 42 | 0.23 | 0 | 0.83 | 0.04 | 76.76 | 0.92 | 0.56 |
| Hex | BD | F6 | 2A | 17 | 0 | 53 | 4 | 4D | 5C | 38 |
| Octal | 275 | 366 | 52 | 27 | 0 | 123 | 4 | 115 | 134 | 70 |
| Binary | 10111101 | 11110110 | 101010 | 10111 | 0 | 1010011 | 100 | 1001101 | 1011100 | 111000 |
Color Harmonies of #BDF62A
Complementary color
Monochromatic Colors of #BDF62A
Black with #BDF62A
Text Example
Text Example
White with #BDF62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF62A; }
p { color: rgb(189,246,42); }
H1.HeaderClassName
{
color: #BDF62A;
}
.AnyTagClassName
{
color: #BDF62A;
}
</style>
background-color css
<style>
a { background-color: #BDF62A; }
a { background-color: rgb(189,246,42); }
div.DivClassName
{
background-color: #BDF62A;
}
.BgClassName
{
background-color: #BDF62A;
}
</style>
border-color css
<style>
span { border-color: #BDF62A; }
span { border-color: rgb(189,246,42); }
td.TdClassName
{
border-color: #BDF62A;
}
.TagClassName
{
border-color: #BDF62A;
}
</style>