Shades of Green Yellow #BDFE4C
Tints of Green Yellow #BDFE4C
RGB
CMYK
RGB Variations
Color information
#BDFE4C (or 0xBDFE4C) is known color: Green Yellow. HEX triplet: BD, FE and 4C. RGB value is (189,254,76). Sum of RGB (Red+Green+Blue) = 189+254+76=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE4C is #4201B3. Grayscale: #D6D6D6. Windows color (decimal): -4325812 or 5045949. OLE color: 5045949.
HSL color Cylindrical-coordinate representation of color #BDFE4C: hue angle of 81.91º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDFE4C is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 76 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.00 |
| HSL | 81.91º | 0.99% | 0.65% | - |
| HSV(B) | 81.91º | 0.7% | 1% | - |
| XYZ | 57.73 | 82.22 | 19.67 | - |
| YUV | 214.27 | 49.97 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 76 | 0.26 | 0 | 0.70 | 0.00 | 81.91 | 0.99 | 0.65 |
| Hex | BD | FE | 4C | 1A | 0 | 46 | 0 | 52 | 63 | 41 |
| Octal | 275 | 376 | 114 | 32 | 0 | 106 | 0 | 122 | 143 | 101 |
| Binary | 10111101 | 11111110 | 1001100 | 11010 | 0 | 1000110 | 0 | 1010010 | 1100011 | 1000001 |
Color Harmonies of #BDFE4C
Complementary color
Monochromatic Colors of #BDFE4C
Black with #BDFE4C
Text Example
Text Example
White with #BDFE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE4C; }
p { color: rgb(189,254,76); }
H1.HeaderClassName
{
color: #BDFE4C;
}
.AnyTagClassName
{
color: #BDFE4C;
}
</style>
background-color css
<style>
a { background-color: #BDFE4C; }
a { background-color: rgb(189,254,76); }
div.DivClassName
{
background-color: #BDFE4C;
}
.BgClassName
{
background-color: #BDFE4C;
}
</style>
border-color css
<style>
span { border-color: #BDFE4C; }
span { border-color: rgb(189,254,76); }
td.TdClassName
{
border-color: #BDFE4C;
}
.TagClassName
{
border-color: #BDFE4C;
}
</style>