Shades of Green Yellow #BDF133
Tints of Green Yellow #BDF133
RGB
CMYK
RGB Variations
Color information
#BDF133 (or 0xBDF133) is known color: Green Yellow. HEX triplet: BD, F1 and 33. RGB value is (189,241,51). Sum of RGB (Red+Green+Blue) = 189+241+51=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF133 is #420ECC. Grayscale: #CCCCCC. Windows color (decimal): -4329165 or 3404221. OLE color: 3404221.
HSL color Cylindrical-coordinate representation of color #BDF133: hue angle of 76.42º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDF133 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 51 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.05 |
| HSL | 76.42º | 0.87% | 0.57% | - |
| HSV(B) | 76.42º | 0.79% | 0.95% | - |
| XYZ | 53.04 | 73.97 | 14.61 | - |
| YUV | 203.79 | 41.77 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 51 | 0.22 | 0 | 0.79 | 0.05 | 76.42 | 0.87 | 0.57 |
| Hex | BD | F1 | 33 | 16 | 0 | 4F | 5 | 4C | 57 | 39 |
| Octal | 275 | 361 | 63 | 26 | 0 | 117 | 5 | 114 | 127 | 71 |
| Binary | 10111101 | 11110001 | 110011 | 10110 | 0 | 1001111 | 101 | 1001100 | 1010111 | 111001 |
Color Harmonies of #BDF133
Complementary color
Monochromatic Colors of #BDF133
Black with #BDF133
Text Example
Text Example
White with #BDF133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF133; }
p { color: rgb(189,241,51); }
H1.HeaderClassName
{
color: #BDF133;
}
.AnyTagClassName
{
color: #BDF133;
}
</style>
background-color css
<style>
a { background-color: #BDF133; }
a { background-color: rgb(189,241,51); }
div.DivClassName
{
background-color: #BDF133;
}
.BgClassName
{
background-color: #BDF133;
}
</style>
border-color css
<style>
span { border-color: #BDF133; }
span { border-color: rgb(189,241,51); }
td.TdClassName
{
border-color: #BDF133;
}
.TagClassName
{
border-color: #BDF133;
}
</style>