Shades of Green Yellow #BDF237
Tints of Green Yellow #BDF237
RGB
CMYK
RGB Variations
Color information
#BDF237 (or 0xBDF237) is known color: Green Yellow. HEX triplet: BD, F2 and 37. RGB value is (189,242,55). Sum of RGB (Red+Green+Blue) = 189+242+55=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 55 (21.88% from 255 or 11.32% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF237 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF237 is #420DC8. Grayscale: #CDCDCD. Windows color (decimal): -4328905 or 3666621. OLE color: 3666621.
HSL color Cylindrical-coordinate representation of color #BDF237: hue angle of 77.01º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BDF237 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 55 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.05 |
| HSL | 77.01º | 0.88% | 0.58% | - |
| HSV(B) | 77.01º | 0.77% | 0.95% | - |
| XYZ | 53.43 | 74.6 | 15.2 | - |
| YUV | 204.84 | 43.44 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 55 | 0.22 | 0 | 0.77 | 0.05 | 77.01 | 0.88 | 0.58 |
| Hex | BD | F2 | 37 | 16 | 0 | 4D | 5 | 4D | 58 | 3A |
| Octal | 275 | 362 | 67 | 26 | 0 | 115 | 5 | 115 | 130 | 72 |
| Binary | 10111101 | 11110010 | 110111 | 10110 | 0 | 1001101 | 101 | 1001101 | 1011000 | 111010 |
Color Harmonies of #BDF237
Complementary color
Monochromatic Colors of #BDF237
Black with #BDF237
Text Example
Text Example
White with #BDF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF237; }
p { color: rgb(189,242,55); }
H1.HeaderClassName
{
color: #BDF237;
}
.AnyTagClassName
{
color: #BDF237;
}
</style>
background-color css
<style>
a { background-color: #BDF237; }
a { background-color: rgb(189,242,55); }
div.DivClassName
{
background-color: #BDF237;
}
.BgClassName
{
background-color: #BDF237;
}
</style>
border-color css
<style>
span { border-color: #BDF237; }
span { border-color: rgb(189,242,55); }
td.TdClassName
{
border-color: #BDF237;
}
.TagClassName
{
border-color: #BDF237;
}
</style>