Shades of Green Yellow #BDF039
Tints of Green Yellow #BDF039
RGB
CMYK
RGB Variations
Color information
#BDF039 (or 0xBDF039) is known color: Green Yellow. HEX triplet: BD, F0 and 39. RGB value is (189,240,57). Sum of RGB (Red+Green+Blue) = 189+240+57=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 57 (22.66% from 255 or 11.73% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF039 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF039 is #420FC6. Grayscale: #CCCCCC. Windows color (decimal): -4329415 or 3797181. OLE color: 3797181.
HSL color Cylindrical-coordinate representation of color #BDF039: hue angle of 76.72º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDF039 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 57 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.06 |
| HSL | 76.72º | 0.86% | 0.58% | - |
| HSV(B) | 76.72º | 0.76% | 0.94% | - |
| XYZ | 52.88 | 73.43 | 15.26 | - |
| YUV | 203.89 | 45.1 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 57 | 0.21 | 0 | 0.76 | 0.06 | 76.72 | 0.86 | 0.58 |
| Hex | BD | F0 | 39 | 15 | 0 | 4C | 6 | 4D | 56 | 3A |
| Octal | 275 | 360 | 71 | 25 | 0 | 114 | 6 | 115 | 126 | 72 |
| Binary | 10111101 | 11110000 | 111001 | 10101 | 0 | 1001100 | 110 | 1001101 | 1010110 | 111010 |
Color Harmonies of #BDF039
Complementary color
Monochromatic Colors of #BDF039
Black with #BDF039
Text Example
Text Example
White with #BDF039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF039; }
p { color: rgb(189,240,57); }
H1.HeaderClassName
{
color: #BDF039;
}
.AnyTagClassName
{
color: #BDF039;
}
</style>
background-color css
<style>
a { background-color: #BDF039; }
a { background-color: rgb(189,240,57); }
div.DivClassName
{
background-color: #BDF039;
}
.BgClassName
{
background-color: #BDF039;
}
</style>
border-color css
<style>
span { border-color: #BDF039; }
span { border-color: rgb(189,240,57); }
td.TdClassName
{
border-color: #BDF039;
}
.TagClassName
{
border-color: #BDF039;
}
</style>