Shades of Green Yellow #BDFF1D
Tints of Green Yellow #BDFF1D
RGB
CMYK
RGB Variations
Color information
#BDFF1D (or 0xBDFF1D) is known color: Green Yellow. HEX triplet: BD, FF and 1D. RGB value is (189,255,29). Sum of RGB (Red+Green+Blue) = 189+255+29=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 29 (11.72% from 255 or 6.13% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFF1D is #4200E2. Grayscale: #D2D2D2. Windows color (decimal): -4325603 or 1966013. OLE color: 1966013.
HSL color Cylindrical-coordinate representation of color #BDFF1D: hue angle of 77.52º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDFF1D is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 29 | - |
| CMYK | 0.26 | 0 | 0.89 | 0 |
| HSL | 77.52º | 1% | 0.56% | - |
| HSV(B) | 77.52º | 0.89% | 1% | - |
| XYZ | 56.97 | 82.43 | 14.07 | - |
| YUV | 209.5 | 26.13 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 29 | 0.26 | 0 | 0.89 | 0 | 77.52 | 1 | 0.56 |
| Hex | BD | FF | 1D | 1A | 0 | 59 | 0 | 4E | 64 | 38 |
| Octal | 275 | 377 | 35 | 32 | 0 | 131 | 0 | 116 | 144 | 70 |
| Binary | 10111101 | 11111111 | 11101 | 11010 | 0 | 1011001 | 0 | 1001110 | 1100100 | 111000 |
Color Harmonies of #BDFF1D
Complementary color
Monochromatic Colors of #BDFF1D
Black with #BDFF1D
Text Example
Text Example
White with #BDFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFF1D; }
p { color: rgb(189,255,29); }
H1.HeaderClassName
{
color: #BDFF1D;
}
.AnyTagClassName
{
color: #BDFF1D;
}
</style>
background-color css
<style>
a { background-color: #BDFF1D; }
a { background-color: rgb(189,255,29); }
div.DivClassName
{
background-color: #BDFF1D;
}
.BgClassName
{
background-color: #BDFF1D;
}
</style>
border-color css
<style>
span { border-color: #BDFF1D; }
span { border-color: rgb(189,255,29); }
td.TdClassName
{
border-color: #BDFF1D;
}
.TagClassName
{
border-color: #BDFF1D;
}
</style>