Shades of Green Yellow #BDF136
Tints of Green Yellow #BDF136
RGB
CMYK
RGB Variations
Color information
#BDF136 (or 0xBDF136) is known color: Green Yellow. HEX triplet: BD, F1 and 36. RGB value is (189,241,54). Sum of RGB (Red+Green+Blue) = 189+241+54=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 54 (21.48% from 255 or 11.16% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF136 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF136 is #420EC9. Grayscale: #CCCCCC. Windows color (decimal): -4329162 or 3600829. OLE color: 3600829.
HSL color Cylindrical-coordinate representation of color #BDF136: hue angle of 76.68º degrees, saturation: 0.87, 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 #BDF136 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 54 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.05 |
| HSL | 76.68º | 0.87% | 0.58% | - |
| HSV(B) | 76.68º | 0.78% | 0.95% | - |
| XYZ | 53.11 | 74 | 14.97 | - |
| YUV | 204.13 | 43.27 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 54 | 0.22 | 0 | 0.78 | 0.05 | 76.68 | 0.87 | 0.58 |
| Hex | BD | F1 | 36 | 16 | 0 | 4E | 5 | 4D | 57 | 3A |
| Octal | 275 | 361 | 66 | 26 | 0 | 116 | 5 | 115 | 127 | 72 |
| Binary | 10111101 | 11110001 | 110110 | 10110 | 0 | 1001110 | 101 | 1001101 | 1010111 | 111010 |
Color Harmonies of #BDF136
Complementary color
Monochromatic Colors of #BDF136
Black with #BDF136
Text Example
Text Example
White with #BDF136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF136; }
p { color: rgb(189,241,54); }
H1.HeaderClassName
{
color: #BDF136;
}
.AnyTagClassName
{
color: #BDF136;
}
</style>
background-color css
<style>
a { background-color: #BDF136; }
a { background-color: rgb(189,241,54); }
div.DivClassName
{
background-color: #BDF136;
}
.BgClassName
{
background-color: #BDF136;
}
</style>
border-color css
<style>
span { border-color: #BDF136; }
span { border-color: rgb(189,241,54); }
td.TdClassName
{
border-color: #BDF136;
}
.TagClassName
{
border-color: #BDF136;
}
</style>