Shades of Green Yellow #BDF336
Tints of Green Yellow #BDF336
RGB
CMYK
RGB Variations
Color information
#BDF336 (or 0xBDF336) is known color: Green Yellow. HEX triplet: BD, F3 and 36. RGB value is (189,243,54). Sum of RGB (Red+Green+Blue) = 189+243+54=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 54 (21.48% from 255 or 11.11% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF336 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF336 is #420CC9. Grayscale: #CECECE. Windows color (decimal): -4328650 or 3601341. OLE color: 3601341.
HSL color Cylindrical-coordinate representation of color #BDF336: hue angle of 77.14º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BDF336 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 54 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.05 |
| HSL | 77.14º | 0.89% | 0.58% | - |
| HSV(B) | 77.14º | 0.78% | 0.95% | - |
| XYZ | 53.7 | 75.19 | 15.17 | - |
| YUV | 205.31 | 42.61 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 54 | 0.22 | 0 | 0.78 | 0.05 | 77.14 | 0.89 | 0.58 |
| Hex | BD | F3 | 36 | 16 | 0 | 4E | 5 | 4D | 59 | 3A |
| Octal | 275 | 363 | 66 | 26 | 0 | 116 | 5 | 115 | 131 | 72 |
| Binary | 10111101 | 11110011 | 110110 | 10110 | 0 | 1001110 | 101 | 1001101 | 1011001 | 111010 |
Color Harmonies of #BDF336
Complementary color
Monochromatic Colors of #BDF336
Black with #BDF336
Text Example
Text Example
White with #BDF336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF336; }
p { color: rgb(189,243,54); }
H1.HeaderClassName
{
color: #BDF336;
}
.AnyTagClassName
{
color: #BDF336;
}
</style>
background-color css
<style>
a { background-color: #BDF336; }
a { background-color: rgb(189,243,54); }
div.DivClassName
{
background-color: #BDF336;
}
.BgClassName
{
background-color: #BDF336;
}
</style>
border-color css
<style>
span { border-color: #BDF336; }
span { border-color: rgb(189,243,54); }
td.TdClassName
{
border-color: #BDF336;
}
.TagClassName
{
border-color: #BDF336;
}
</style>