Shades of Green Yellow #BDFE1C
Tints of Green Yellow #BDFE1C
RGB
CMYK
RGB Variations
Color information
#BDFE1C (or 0xBDFE1C) is known color: Green Yellow. HEX triplet: BD, FE and 1C. RGB value is (189,254,28). Sum of RGB (Red+Green+Blue) = 189+254+28=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 254 (99.61% from 255 or 53.93% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE1C is #4201E3. Grayscale: #D1D1D1. Windows color (decimal): -4325860 or 1900221. OLE color: 1900221.
HSL color Cylindrical-coordinate representation of color #BDFE1C: hue angle of 77.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDFE1C is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 28 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.00 |
| HSL | 77.26º | 0.99% | 0.55% | - |
| HSV(B) | 77.26º | 0.89% | 1% | - |
| XYZ | 56.64 | 81.79 | 13.9 | - |
| YUV | 208.8 | 25.97 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 28 | 0.26 | 0 | 0.89 | 0.00 | 77.26 | 0.99 | 0.55 |
| Hex | BD | FE | 1C | 1A | 0 | 59 | 0 | 4D | 63 | 37 |
| Octal | 275 | 376 | 34 | 32 | 0 | 131 | 0 | 115 | 143 | 67 |
| Binary | 10111101 | 11111110 | 11100 | 11010 | 0 | 1011001 | 0 | 1001101 | 1100011 | 110111 |
Color Harmonies of #BDFE1C
Complementary color
Monochromatic Colors of #BDFE1C
Black with #BDFE1C
Text Example
Text Example
White with #BDFE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE1C; }
p { color: rgb(189,254,28); }
H1.HeaderClassName
{
color: #BDFE1C;
}
.AnyTagClassName
{
color: #BDFE1C;
}
</style>
background-color css
<style>
a { background-color: #BDFE1C; }
a { background-color: rgb(189,254,28); }
div.DivClassName
{
background-color: #BDFE1C;
}
.BgClassName
{
background-color: #BDFE1C;
}
</style>
border-color css
<style>
span { border-color: #BDFE1C; }
span { border-color: rgb(189,254,28); }
td.TdClassName
{
border-color: #BDFE1C;
}
.TagClassName
{
border-color: #BDFE1C;
}
</style>