Shades of Green Yellow #BDFF4B
Tints of Green Yellow #BDFF4B
RGB
CMYK
RGB Variations
Color information
#BDFF4B (or 0xBDFF4B) is known color: Green Yellow. HEX triplet: BD, FF and 4B. RGB value is (189,255,75). Sum of RGB (Red+Green+Blue) = 189+255+75=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF4B is #4200B4. Grayscale: #D7D7D7. Windows color (decimal): -4325557 or 4980669. OLE color: 4980669.
HSL color Cylindrical-coordinate representation of color #BDFF4B: hue angle of 82º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDFF4B is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 75 | - |
| CMYK | 0.26 | 0 | 0.71 | 0 |
| HSL | 82º | 1% | 0.65% | - |
| HSV(B) | 82º | 0.71% | 1% | - |
| XYZ | 58.02 | 82.85 | 19.59 | - |
| YUV | 214.75 | 49.13 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 75 | 0.26 | 0 | 0.71 | 0 | 82 | 1 | 0.65 |
| Hex | BD | FF | 4B | 1A | 0 | 47 | 0 | 52 | 64 | 41 |
| Octal | 275 | 377 | 113 | 32 | 0 | 107 | 0 | 122 | 144 | 101 |
| Binary | 10111101 | 11111111 | 1001011 | 11010 | 0 | 1000111 | 0 | 1010010 | 1100100 | 1000001 |
Color Harmonies of #BDFF4B
Complementary color
Monochromatic Colors of #BDFF4B
Black with #BDFF4B
Text Example
Text Example
White with #BDFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF4B; }
p { color: rgb(189,255,75); }
H1.HeaderClassName
{
color: #BDFF4B;
}
.AnyTagClassName
{
color: #BDFF4B;
}
</style>
background-color css
<style>
a { background-color: #BDFF4B; }
a { background-color: rgb(189,255,75); }
div.DivClassName
{
background-color: #BDFF4B;
}
.BgClassName
{
background-color: #BDFF4B;
}
</style>
border-color css
<style>
span { border-color: #BDFF4B; }
span { border-color: rgb(189,255,75); }
td.TdClassName
{
border-color: #BDFF4B;
}
.TagClassName
{
border-color: #BDFF4B;
}
</style>