Shades of Green Yellow #BDFC2D
Tints of Green Yellow #BDFC2D
RGB
CMYK
RGB Variations
Color information
#BDFC2D (or 0xBDFC2D) is known color: Green Yellow. HEX triplet: BD, FC and 2D. RGB value is (189,252,45). Sum of RGB (Red+Green+Blue) = 189+252+45=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 252 (98.83% from 255 or 51.85% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFC2D is #4203D2. Grayscale: #D2D2D2. Windows color (decimal): -4326355 or 3013821. OLE color: 3013821.
HSL color Cylindrical-coordinate representation of color #BDFC2D: hue angle of 78.26º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDFC2D is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 45 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.01 |
| HSL | 78.26º | 0.97% | 0.58% | - |
| HSV(B) | 78.26º | 0.82% | 0.99% | - |
| XYZ | 56.27 | 80.63 | 15.08 | - |
| YUV | 209.57 | 35.13 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 45 | 0.25 | 0 | 0.82 | 0.01 | 78.26 | 0.97 | 0.58 |
| Hex | BD | FC | 2D | 19 | 0 | 52 | 1 | 4E | 61 | 3A |
| Octal | 275 | 374 | 55 | 31 | 0 | 122 | 1 | 116 | 141 | 72 |
| Binary | 10111101 | 11111100 | 101101 | 11001 | 0 | 1010010 | 1 | 1001110 | 1100001 | 111010 |
Color Harmonies of #BDFC2D
Complementary color
Monochromatic Colors of #BDFC2D
Black with #BDFC2D
Text Example
Text Example
White with #BDFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFC2D; }
p { color: rgb(189,252,45); }
H1.HeaderClassName
{
color: #BDFC2D;
}
.AnyTagClassName
{
color: #BDFC2D;
}
</style>
background-color css
<style>
a { background-color: #BDFC2D; }
a { background-color: rgb(189,252,45); }
div.DivClassName
{
background-color: #BDFC2D;
}
.BgClassName
{
background-color: #BDFC2D;
}
</style>
border-color css
<style>
span { border-color: #BDFC2D; }
span { border-color: rgb(189,252,45); }
td.TdClassName
{
border-color: #BDFC2D;
}
.TagClassName
{
border-color: #BDFC2D;
}
</style>