Shades of Green Yellow #BDF02C
Tints of Green Yellow #BDF02C
RGB
CMYK
RGB Variations
Color information
#BDF02C (or 0xBDF02C) is known color: Green Yellow. HEX triplet: BD, F0 and 2C. RGB value is (189,240,44). Sum of RGB (Red+Green+Blue) = 189+240+44=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 44 (17.58% from 255 or 9.30% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF02C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF02C is #420FD3. Grayscale: #CBCBCB. Windows color (decimal): -4329428 or 2945213. OLE color: 2945213.
HSL color Cylindrical-coordinate representation of color #BDF02C: hue angle of 75.61º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDF02C is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 44 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.06 |
| HSL | 75.61º | 0.87% | 0.56% | - |
| HSV(B) | 75.61º | 0.82% | 0.94% | - |
| XYZ | 52.6 | 73.32 | 13.76 | - |
| YUV | 202.41 | 38.6 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 44 | 0.21 | 0 | 0.82 | 0.06 | 75.61 | 0.87 | 0.56 |
| Hex | BD | F0 | 2C | 15 | 0 | 52 | 6 | 4C | 57 | 38 |
| Octal | 275 | 360 | 54 | 25 | 0 | 122 | 6 | 114 | 127 | 70 |
| Binary | 10111101 | 11110000 | 101100 | 10101 | 0 | 1010010 | 110 | 1001100 | 1010111 | 111000 |
Color Harmonies of #BDF02C
Complementary color
Monochromatic Colors of #BDF02C
Black with #BDF02C
Text Example
Text Example
White with #BDF02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF02C; }
p { color: rgb(189,240,44); }
H1.HeaderClassName
{
color: #BDF02C;
}
.AnyTagClassName
{
color: #BDF02C;
}
</style>
background-color css
<style>
a { background-color: #BDF02C; }
a { background-color: rgb(189,240,44); }
div.DivClassName
{
background-color: #BDF02C;
}
.BgClassName
{
background-color: #BDF02C;
}
</style>
border-color css
<style>
span { border-color: #BDF02C; }
span { border-color: rgb(189,240,44); }
td.TdClassName
{
border-color: #BDF02C;
}
.TagClassName
{
border-color: #BDF02C;
}
</style>