Shades of Green Yellow #BDFE2D
Tints of Green Yellow #BDFE2D
RGB
CMYK
RGB Variations
Color information
#BDFE2D (or 0xBDFE2D) is known color: Green Yellow. HEX triplet: BD, FE and 2D. RGB value is (189,254,45). Sum of RGB (Red+Green+Blue) = 189+254+45=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFE2D is #4201D2. Grayscale: #D3D3D3. Windows color (decimal): -4325843 or 3014333. OLE color: 3014333.
HSL color Cylindrical-coordinate representation of color #BDFE2D: hue angle of 78.66º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDFE2D is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 45 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.00 |
| HSL | 78.66º | 0.99% | 0.59% | - |
| HSV(B) | 78.66º | 0.82% | 1% | - |
| XYZ | 56.9 | 81.89 | 15.29 | - |
| YUV | 210.74 | 34.47 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 45 | 0.26 | 0 | 0.82 | 0.00 | 78.66 | 0.99 | 0.59 |
| Hex | BD | FE | 2D | 1A | 0 | 52 | 0 | 4F | 63 | 3B |
| Octal | 275 | 376 | 55 | 32 | 0 | 122 | 0 | 117 | 143 | 73 |
| Binary | 10111101 | 11111110 | 101101 | 11010 | 0 | 1010010 | 0 | 1001111 | 1100011 | 111011 |
Color Harmonies of #BDFE2D
Complementary color
Monochromatic Colors of #BDFE2D
Black with #BDFE2D
Text Example
Text Example
White with #BDFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE2D; }
p { color: rgb(189,254,45); }
H1.HeaderClassName
{
color: #BDFE2D;
}
.AnyTagClassName
{
color: #BDFE2D;
}
</style>
background-color css
<style>
a { background-color: #BDFE2D; }
a { background-color: rgb(189,254,45); }
div.DivClassName
{
background-color: #BDFE2D;
}
.BgClassName
{
background-color: #BDFE2D;
}
</style>
border-color css
<style>
span { border-color: #BDFE2D; }
span { border-color: rgb(189,254,45); }
td.TdClassName
{
border-color: #BDFE2D;
}
.TagClassName
{
border-color: #BDFE2D;
}
</style>