Shades of Green Yellow #BDFE42
Tints of Green Yellow #BDFE42
RGB
CMYK
RGB Variations
Color information
#BDFE42 (or 0xBDFE42) is known color: Green Yellow. HEX triplet: BD, FE and 42. RGB value is (189,254,66). Sum of RGB (Red+Green+Blue) = 189+254+66=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 66 (26.17% from 255 or 12.97% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE42 is #4201BD. Grayscale: #D5D5D5. Windows color (decimal): -4325822 or 4390589. OLE color: 4390589.
HSL color Cylindrical-coordinate representation of color #BDFE42: hue angle of 80.74º 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 #BDFE42 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 66 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.00 |
| HSL | 80.74º | 0.99% | 0.63% | - |
| HSV(B) | 80.74º | 0.74% | 1% | - |
| XYZ | 57.41 | 82.1 | 17.97 | - |
| YUV | 213.13 | 44.97 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 66 | 0.26 | 0 | 0.74 | 0.00 | 80.74 | 0.99 | 0.63 |
| Hex | BD | FE | 42 | 1A | 0 | 4A | 0 | 51 | 63 | 3F |
| Octal | 275 | 376 | 102 | 32 | 0 | 112 | 0 | 121 | 143 | 77 |
| Binary | 10111101 | 11111110 | 1000010 | 11010 | 0 | 1001010 | 0 | 1010001 | 1100011 | 111111 |
Color Harmonies of #BDFE42
Complementary color
Monochromatic Colors of #BDFE42
Black with #BDFE42
Text Example
Text Example
White with #BDFE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE42; }
p { color: rgb(189,254,66); }
H1.HeaderClassName
{
color: #BDFE42;
}
.AnyTagClassName
{
color: #BDFE42;
}
</style>
background-color css
<style>
a { background-color: #BDFE42; }
a { background-color: rgb(189,254,66); }
div.DivClassName
{
background-color: #BDFE42;
}
.BgClassName
{
background-color: #BDFE42;
}
</style>
border-color css
<style>
span { border-color: #BDFE42; }
span { border-color: rgb(189,254,66); }
td.TdClassName
{
border-color: #BDFE42;
}
.TagClassName
{
border-color: #BDFE42;
}
</style>