Shades of Green Yellow #BDFE4B
Tints of Green Yellow #BDFE4B
RGB
CMYK
RGB Variations
Color information
#BDFE4B (or 0xBDFE4B) is known color: Green Yellow. HEX triplet: BD, FE and 4B. RGB value is (189,254,75). Sum of RGB (Red+Green+Blue) = 189+254+75=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE4B is #4201B4. Grayscale: #D6D6D6. Windows color (decimal): -4325813 or 4980413. OLE color: 4980413.
HSL color Cylindrical-coordinate representation of color #BDFE4B: hue angle of 81.79º 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 #BDFE4B is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 75 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.00 |
| HSL | 81.79º | 0.99% | 0.65% | - |
| HSV(B) | 81.79º | 0.7% | 1% | - |
| XYZ | 57.7 | 82.21 | 19.48 | - |
| YUV | 214.16 | 49.47 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 75 | 0.26 | 0 | 0.70 | 0.00 | 81.79 | 0.99 | 0.65 |
| Hex | BD | FE | 4B | 1A | 0 | 46 | 0 | 52 | 63 | 41 |
| Octal | 275 | 376 | 113 | 32 | 0 | 106 | 0 | 122 | 143 | 101 |
| Binary | 10111101 | 11111110 | 1001011 | 11010 | 0 | 1000110 | 0 | 1010010 | 1100011 | 1000001 |
Color Harmonies of #BDFE4B
Complementary color
Monochromatic Colors of #BDFE4B
Black with #BDFE4B
Text Example
Text Example
White with #BDFE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE4B; }
p { color: rgb(189,254,75); }
H1.HeaderClassName
{
color: #BDFE4B;
}
.AnyTagClassName
{
color: #BDFE4B;
}
</style>
background-color css
<style>
a { background-color: #BDFE4B; }
a { background-color: rgb(189,254,75); }
div.DivClassName
{
background-color: #BDFE4B;
}
.BgClassName
{
background-color: #BDFE4B;
}
</style>
border-color css
<style>
span { border-color: #BDFE4B; }
span { border-color: rgb(189,254,75); }
td.TdClassName
{
border-color: #BDFE4B;
}
.TagClassName
{
border-color: #BDFE4B;
}
</style>