Shades of Green Yellow #BDFF40
Tints of Green Yellow #BDFF40
RGB
CMYK
RGB Variations
Color information
#BDFF40 (or 0xBDFF40) is known color: Green Yellow. HEX triplet: BD, FF and 40. RGB value is (189,255,64). Sum of RGB (Red+Green+Blue) = 189+255+64=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF40 is #4200BF. Grayscale: #D6D6D6. Windows color (decimal): -4325568 or 4259773. OLE color: 4259773.
HSL color Cylindrical-coordinate representation of color #BDFF40: hue angle of 80.73º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDFF40 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 64 | - |
| CMYK | 0.26 | 0 | 0.75 | 0 |
| HSL | 80.73º | 1% | 0.63% | - |
| HSV(B) | 80.73º | 0.75% | 1% | - |
| XYZ | 57.67 | 82.71 | 17.78 | - |
| YUV | 213.49 | 43.63 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 64 | 0.26 | 0 | 0.75 | 0 | 80.73 | 1 | 0.63 |
| Hex | BD | FF | 40 | 1A | 0 | 4B | 0 | 51 | 64 | 3F |
| Octal | 275 | 377 | 100 | 32 | 0 | 113 | 0 | 121 | 144 | 77 |
| Binary | 10111101 | 11111111 | 1000000 | 11010 | 0 | 1001011 | 0 | 1010001 | 1100100 | 111111 |
Color Harmonies of #BDFF40
Complementary color
Monochromatic Colors of #BDFF40
Black with #BDFF40
Text Example
Text Example
White with #BDFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF40; }
p { color: rgb(189,255,64); }
H1.HeaderClassName
{
color: #BDFF40;
}
.AnyTagClassName
{
color: #BDFF40;
}
</style>
background-color css
<style>
a { background-color: #BDFF40; }
a { background-color: rgb(189,255,64); }
div.DivClassName
{
background-color: #BDFF40;
}
.BgClassName
{
background-color: #BDFF40;
}
</style>
border-color css
<style>
span { border-color: #BDFF40; }
span { border-color: rgb(189,255,64); }
td.TdClassName
{
border-color: #BDFF40;
}
.TagClassName
{
border-color: #BDFF40;
}
</style>