Shades of Green Yellow #B2FD4D
Tints of Green Yellow #B2FD4D
RGB
CMYK
RGB Variations
Color information
#B2FD4D (or 0xB2FD4D) is known color: Green Yellow. HEX triplet: B2, FD and 4D. RGB value is (178,253,77). Sum of RGB (Red+Green+Blue) = 178+253+77=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 77 (30.47% from 255 or 15.16% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FD4D is #4D02B2. Grayscale: #D3D3D3. Windows color (decimal): -5046963 or 5111218. OLE color: 5111218.
HSL color Cylindrical-coordinate representation of color #B2FD4D: hue angle of 85.57º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2FD4D is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 253 | 77 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.01 |
| HSL | 85.57º | 0.98% | 0.65% | - |
| HSV(B) | 85.57º | 0.7% | 0.99% | - |
| XYZ | 54.82 | 80.25 | 19.62 | - |
| YUV | 210.51 | 52.65 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 253 | 77 | 0.30 | 0 | 0.70 | 0.01 | 85.57 | 0.98 | 0.65 |
| Hex | B2 | FD | 4D | 1E | 0 | 46 | 1 | 56 | 62 | 41 |
| Octal | 262 | 375 | 115 | 36 | 0 | 106 | 1 | 126 | 142 | 101 |
| Binary | 10110010 | 11111101 | 1001101 | 11110 | 0 | 1000110 | 1 | 1010110 | 1100010 | 1000001 |
Color Harmonies of #B2FD4D
Complementary color
Monochromatic Colors of #B2FD4D
Black with #B2FD4D
Text Example
Text Example
White with #B2FD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FD4D; }
p { color: rgb(178,253,77); }
H1.HeaderClassName
{
color: #B2FD4D;
}
.AnyTagClassName
{
color: #B2FD4D;
}
</style>
background-color css
<style>
a { background-color: #B2FD4D; }
a { background-color: rgb(178,253,77); }
div.DivClassName
{
background-color: #B2FD4D;
}
.BgClassName
{
background-color: #B2FD4D;
}
</style>
border-color css
<style>
span { border-color: #B2FD4D; }
span { border-color: rgb(178,253,77); }
td.TdClassName
{
border-color: #B2FD4D;
}
.TagClassName
{
border-color: #B2FD4D;
}
</style>