Shades of Green Yellow #BDF537
Tints of Green Yellow #BDF537
RGB
CMYK
RGB Variations
Color information
#BDF537 (or 0xBDF537) is known color: Green Yellow. HEX triplet: BD, F5 and 37. RGB value is (189,245,55). Sum of RGB (Red+Green+Blue) = 189+245+55=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 55 (21.88% from 255 or 11.25% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF537 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF537 is #420AC8. Grayscale: #CFCFCF. Windows color (decimal): -4328137 or 3667389. OLE color: 3667389.
HSL color Cylindrical-coordinate representation of color #BDF537: hue angle of 77.68º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDF537 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 55 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.04 |
| HSL | 77.68º | 0.9% | 0.59% | - |
| HSV(B) | 77.68º | 0.78% | 0.96% | - |
| XYZ | 54.33 | 76.4 | 15.5 | - |
| YUV | 206.6 | 42.45 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 55 | 0.23 | 0 | 0.78 | 0.04 | 77.68 | 0.9 | 0.59 |
| Hex | BD | F5 | 37 | 17 | 0 | 4E | 4 | 4E | 5A | 3B |
| Octal | 275 | 365 | 67 | 27 | 0 | 116 | 4 | 116 | 132 | 73 |
| Binary | 10111101 | 11110101 | 110111 | 10111 | 0 | 1001110 | 100 | 1001110 | 1011010 | 111011 |
Color Harmonies of #BDF537
Complementary color
Monochromatic Colors of #BDF537
Black with #BDF537
Text Example
Text Example
White with #BDF537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF537; }
p { color: rgb(189,245,55); }
H1.HeaderClassName
{
color: #BDF537;
}
.AnyTagClassName
{
color: #BDF537;
}
</style>
background-color css
<style>
a { background-color: #BDF537; }
a { background-color: rgb(189,245,55); }
div.DivClassName
{
background-color: #BDF537;
}
.BgClassName
{
background-color: #BDF537;
}
</style>
border-color css
<style>
span { border-color: #BDF537; }
span { border-color: rgb(189,245,55); }
td.TdClassName
{
border-color: #BDF537;
}
.TagClassName
{
border-color: #BDF537;
}
</style>