Shades of Green Yellow #BDF02F
Tints of Green Yellow #BDF02F
RGB
CMYK
RGB Variations
Color information
#BDF02F (or 0xBDF02F) is known color: Green Yellow. HEX triplet: BD, F0 and 2F. RGB value is (189,240,47). Sum of RGB (Red+Green+Blue) = 189+240+47=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 47 (18.75% from 255 or 9.87% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF02F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF02F is #420FD0. Grayscale: #CBCBCB. Windows color (decimal): -4329425 or 3141821. OLE color: 3141821.
HSL color Cylindrical-coordinate representation of color #BDF02F: hue angle of 75.85º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDF02F is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 47 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.06 |
| HSL | 75.85º | 0.87% | 0.56% | - |
| HSV(B) | 75.85º | 0.8% | 0.94% | - |
| XYZ | 52.66 | 73.34 | 14.07 | - |
| YUV | 202.75 | 40.1 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 47 | 0.21 | 0 | 0.80 | 0.06 | 75.85 | 0.87 | 0.56 |
| Hex | BD | F0 | 2F | 15 | 0 | 50 | 6 | 4C | 57 | 38 |
| Octal | 275 | 360 | 57 | 25 | 0 | 120 | 6 | 114 | 127 | 70 |
| Binary | 10111101 | 11110000 | 101111 | 10101 | 0 | 1010000 | 110 | 1001100 | 1010111 | 111000 |
Color Harmonies of #BDF02F
Complementary color
Monochromatic Colors of #BDF02F
Black with #BDF02F
Text Example
Text Example
White with #BDF02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF02F; }
p { color: rgb(189,240,47); }
H1.HeaderClassName
{
color: #BDF02F;
}
.AnyTagClassName
{
color: #BDF02F;
}
</style>
background-color css
<style>
a { background-color: #BDF02F; }
a { background-color: rgb(189,240,47); }
div.DivClassName
{
background-color: #BDF02F;
}
.BgClassName
{
background-color: #BDF02F;
}
</style>
border-color css
<style>
span { border-color: #BDF02F; }
span { border-color: rgb(189,240,47); }
td.TdClassName
{
border-color: #BDF02F;
}
.TagClassName
{
border-color: #BDF02F;
}
</style>