Shades of Green Yellow #BDF02A
Tints of Green Yellow #BDF02A
RGB
CMYK
RGB Variations
Color information
#BDF02A (or 0xBDF02A) is known color: Green Yellow. HEX triplet: BD, F0 and 2A. RGB value is (189,240,42). Sum of RGB (Red+Green+Blue) = 189+240+42=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 42 (16.80% from 255 or 8.92% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF02A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF02A is #420FD5. Grayscale: #CACACA. Windows color (decimal): -4329430 or 2814141. OLE color: 2814141.
HSL color Cylindrical-coordinate representation of color #BDF02A: hue angle of 75.45º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDF02A is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 42 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.06 |
| HSL | 75.45º | 0.87% | 0.55% | - |
| HSV(B) | 75.45º | 0.83% | 0.94% | - |
| XYZ | 52.56 | 73.31 | 13.57 | - |
| YUV | 202.18 | 37.6 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 42 | 0.21 | 0 | 0.82 | 0.06 | 75.45 | 0.87 | 0.55 |
| Hex | BD | F0 | 2A | 15 | 0 | 52 | 6 | 4B | 57 | 37 |
| Octal | 275 | 360 | 52 | 25 | 0 | 122 | 6 | 113 | 127 | 67 |
| Binary | 10111101 | 11110000 | 101010 | 10101 | 0 | 1010010 | 110 | 1001011 | 1010111 | 110111 |
Color Harmonies of #BDF02A
Complementary color
Monochromatic Colors of #BDF02A
Black with #BDF02A
Text Example
Text Example
White with #BDF02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF02A; }
p { color: rgb(189,240,42); }
H1.HeaderClassName
{
color: #BDF02A;
}
.AnyTagClassName
{
color: #BDF02A;
}
</style>
background-color css
<style>
a { background-color: #BDF02A; }
a { background-color: rgb(189,240,42); }
div.DivClassName
{
background-color: #BDF02A;
}
.BgClassName
{
background-color: #BDF02A;
}
</style>
border-color css
<style>
span { border-color: #BDF02A; }
span { border-color: rgb(189,240,42); }
td.TdClassName
{
border-color: #BDF02A;
}
.TagClassName
{
border-color: #BDF02A;
}
</style>