Shades of Green Yellow #BDFE41
Tints of Green Yellow #BDFE41
RGB
CMYK
RGB Variations
Color information
#BDFE41 (or 0xBDFE41) is known color: Green Yellow. HEX triplet: BD, FE and 41. RGB value is (189,254,65). Sum of RGB (Red+Green+Blue) = 189+254+65=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE41 is #4201BE. Grayscale: #D5D5D5. Windows color (decimal): -4325823 or 4325053. OLE color: 4325053.
HSL color Cylindrical-coordinate representation of color #BDFE41: hue angle of 80.63º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BDFE41 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 65 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.00 |
| HSL | 80.63º | 0.99% | 0.63% | - |
| HSV(B) | 80.63º | 0.74% | 1% | - |
| XYZ | 57.38 | 82.08 | 17.82 | - |
| YUV | 213.02 | 44.47 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 65 | 0.26 | 0 | 0.74 | 0.00 | 80.63 | 0.99 | 0.63 |
| Hex | BD | FE | 41 | 1A | 0 | 4A | 0 | 51 | 63 | 3F |
| Octal | 275 | 376 | 101 | 32 | 0 | 112 | 0 | 121 | 143 | 77 |
| Binary | 10111101 | 11111110 | 1000001 | 11010 | 0 | 1001010 | 0 | 1010001 | 1100011 | 111111 |
Color Harmonies of #BDFE41
Complementary color
Monochromatic Colors of #BDFE41
Black with #BDFE41
Text Example
Text Example
White with #BDFE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE41; }
p { color: rgb(189,254,65); }
H1.HeaderClassName
{
color: #BDFE41;
}
.AnyTagClassName
{
color: #BDFE41;
}
</style>
background-color css
<style>
a { background-color: #BDFE41; }
a { background-color: rgb(189,254,65); }
div.DivClassName
{
background-color: #BDFE41;
}
.BgClassName
{
background-color: #BDFE41;
}
</style>
border-color css
<style>
span { border-color: #BDFE41; }
span { border-color: rgb(189,254,65); }
td.TdClassName
{
border-color: #BDFE41;
}
.TagClassName
{
border-color: #BDFE41;
}
</style>