Shades of Green Yellow #BDFD2E
Tints of Green Yellow #BDFD2E
RGB
CMYK
RGB Variations
Color information
#BDFD2E (or 0xBDFD2E) is known color: Green Yellow. HEX triplet: BD, FD and 2E. RGB value is (189,253,46). Sum of RGB (Red+Green+Blue) = 189+253+46=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFD2E is #4202D1. Grayscale: #D3D3D3. Windows color (decimal): -4326098 or 3079613. OLE color: 3079613.
HSL color Cylindrical-coordinate representation of color #BDFD2E: hue angle of 78.55º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BDFD2E is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 46 | - |
| CMYK | 0.25 | 0 | 0.82 | 0.01 |
| HSL | 78.55º | 0.98% | 0.59% | - |
| HSV(B) | 78.55º | 0.82% | 0.99% | - |
| XYZ | 56.6 | 81.27 | 15.29 | - |
| YUV | 210.27 | 35.3 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 46 | 0.25 | 0 | 0.82 | 0.01 | 78.55 | 0.98 | 0.59 |
| Hex | BD | FD | 2E | 19 | 0 | 52 | 1 | 4F | 62 | 3B |
| Octal | 275 | 375 | 56 | 31 | 0 | 122 | 1 | 117 | 142 | 73 |
| Binary | 10111101 | 11111101 | 101110 | 11001 | 0 | 1010010 | 1 | 1001111 | 1100010 | 111011 |
Color Harmonies of #BDFD2E
Complementary color
Monochromatic Colors of #BDFD2E
Black with #BDFD2E
Text Example
Text Example
White with #BDFD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFD2E; }
p { color: rgb(189,253,46); }
H1.HeaderClassName
{
color: #BDFD2E;
}
.AnyTagClassName
{
color: #BDFD2E;
}
</style>
background-color css
<style>
a { background-color: #BDFD2E; }
a { background-color: rgb(189,253,46); }
div.DivClassName
{
background-color: #BDFD2E;
}
.BgClassName
{
background-color: #BDFD2E;
}
</style>
border-color css
<style>
span { border-color: #BDFD2E; }
span { border-color: rgb(189,253,46); }
td.TdClassName
{
border-color: #BDFD2E;
}
.TagClassName
{
border-color: #BDFD2E;
}
</style>