Shades of Green Yellow #BDFE45
Tints of Green Yellow #BDFE45
RGB
CMYK
RGB Variations
Color information
#BDFE45 (or 0xBDFE45) is known color: Green Yellow. HEX triplet: BD, FE and 45. RGB value is (189,254,69). Sum of RGB (Red+Green+Blue) = 189+254+69=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE45 is #4201BA. Grayscale: #D6D6D6. Windows color (decimal): -4325819 or 4587197. OLE color: 4587197.
HSL color Cylindrical-coordinate representation of color #BDFE45: hue angle of 81.08º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDFE45 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 69 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.00 |
| HSL | 81.08º | 0.99% | 0.63% | - |
| HSV(B) | 81.08º | 0.73% | 1% | - |
| XYZ | 57.5 | 82.13 | 18.45 | - |
| YUV | 213.48 | 46.47 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 69 | 0.26 | 0 | 0.73 | 0.00 | 81.08 | 0.99 | 0.63 |
| Hex | BD | FE | 45 | 1A | 0 | 49 | 0 | 51 | 63 | 3F |
| Octal | 275 | 376 | 105 | 32 | 0 | 111 | 0 | 121 | 143 | 77 |
| Binary | 10111101 | 11111110 | 1000101 | 11010 | 0 | 1001001 | 0 | 1010001 | 1100011 | 111111 |
Color Harmonies of #BDFE45
Complementary color
Monochromatic Colors of #BDFE45
Black with #BDFE45
Text Example
Text Example
White with #BDFE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE45; }
p { color: rgb(189,254,69); }
H1.HeaderClassName
{
color: #BDFE45;
}
.AnyTagClassName
{
color: #BDFE45;
}
</style>
background-color css
<style>
a { background-color: #BDFE45; }
a { background-color: rgb(189,254,69); }
div.DivClassName
{
background-color: #BDFE45;
}
.BgClassName
{
background-color: #BDFE45;
}
</style>
border-color css
<style>
span { border-color: #BDFE45; }
span { border-color: rgb(189,254,69); }
td.TdClassName
{
border-color: #BDFE45;
}
.TagClassName
{
border-color: #BDFE45;
}
</style>