Shades of Green Yellow #BDFC1B
Tints of Green Yellow #BDFC1B
RGB
CMYK
RGB Variations
Color information
#BDFC1B (or 0xBDFC1B) is known color: Green Yellow. HEX triplet: BD, FC and 1B. RGB value is (189,252,27). Sum of RGB (Red+Green+Blue) = 189+252+27=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 27 (10.94% from 255 or 5.77% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFC1B is #4203E4. Grayscale: #D0D0D0. Windows color (decimal): -4326373 or 1834173. OLE color: 1834173.
HSL color Cylindrical-coordinate representation of color #BDFC1B: hue angle of 76.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDFC1B is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 27 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.01 |
| HSL | 76.8º | 0.97% | 0.55% | - |
| HSV(B) | 76.8º | 0.89% | 0.99% | - |
| XYZ | 55.99 | 80.52 | 13.63 | - |
| YUV | 207.51 | 26.13 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 27 | 0.25 | 0 | 0.89 | 0.01 | 76.8 | 0.97 | 0.55 |
| Hex | BD | FC | 1B | 19 | 0 | 59 | 1 | 4D | 61 | 37 |
| Octal | 275 | 374 | 33 | 31 | 0 | 131 | 1 | 115 | 141 | 67 |
| Binary | 10111101 | 11111100 | 11011 | 11001 | 0 | 1011001 | 1 | 1001101 | 1100001 | 110111 |
Color Harmonies of #BDFC1B
Complementary color
Monochromatic Colors of #BDFC1B
Black with #BDFC1B
Text Example
Text Example
White with #BDFC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC1B; }
p { color: rgb(189,252,27); }
H1.HeaderClassName
{
color: #BDFC1B;
}
.AnyTagClassName
{
color: #BDFC1B;
}
</style>
background-color css
<style>
a { background-color: #BDFC1B; }
a { background-color: rgb(189,252,27); }
div.DivClassName
{
background-color: #BDFC1B;
}
.BgClassName
{
background-color: #BDFC1B;
}
</style>
border-color css
<style>
span { border-color: #BDFC1B; }
span { border-color: rgb(189,252,27); }
td.TdClassName
{
border-color: #BDFC1B;
}
.TagClassName
{
border-color: #BDFC1B;
}
</style>