Shades of Green Yellow #BDFD4A
Tints of Green Yellow #BDFD4A
RGB
CMYK
RGB Variations
Color information
#BDFD4A (or 0xBDFD4A) is known color: Green Yellow. HEX triplet: BD, FD and 4A. RGB value is (189,253,74). Sum of RGB (Red+Green+Blue) = 189+253+74=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFD4A is #4202B5. Grayscale: #D6D6D6. Windows color (decimal): -4326070 or 4914621. OLE color: 4914621.
HSL color Cylindrical-coordinate representation of color #BDFD4A: hue angle of 81.45º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BDFD4A is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 253 | 74 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.01 |
| HSL | 81.45º | 0.98% | 0.64% | - |
| HSV(B) | 81.45º | 0.71% | 0.99% | - |
| XYZ | 57.35 | 81.56 | 19.2 | - |
| YUV | 213.46 | 49.3 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 253 | 74 | 0.25 | 0 | 0.71 | 0.01 | 81.45 | 0.98 | 0.64 |
| Hex | BD | FD | 4A | 19 | 0 | 47 | 1 | 51 | 62 | 40 |
| Octal | 275 | 375 | 112 | 31 | 0 | 107 | 1 | 121 | 142 | 100 |
| Binary | 10111101 | 11111101 | 1001010 | 11001 | 0 | 1000111 | 1 | 1010001 | 1100010 | 1000000 |
Color Harmonies of #BDFD4A
Complementary color
Monochromatic Colors of #BDFD4A
Black with #BDFD4A
Text Example
Text Example
White with #BDFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFD4A; }
p { color: rgb(189,253,74); }
H1.HeaderClassName
{
color: #BDFD4A;
}
.AnyTagClassName
{
color: #BDFD4A;
}
</style>
background-color css
<style>
a { background-color: #BDFD4A; }
a { background-color: rgb(189,253,74); }
div.DivClassName
{
background-color: #BDFD4A;
}
.BgClassName
{
background-color: #BDFD4A;
}
</style>
border-color css
<style>
span { border-color: #BDFD4A; }
span { border-color: rgb(189,253,74); }
td.TdClassName
{
border-color: #BDFD4A;
}
.TagClassName
{
border-color: #BDFD4A;
}
</style>