Shades of Green Yellow #B2FF4E
Tints of Green Yellow #B2FF4E
RGB
CMYK
RGB Variations
Color information
#B2FF4E (or 0xB2FF4E) is known color: Green Yellow. HEX triplet: B2, FF and 4E. RGB value is (178,255,78). Sum of RGB (Red+Green+Blue) = 178+255+78=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF4E is #4D00B1. Grayscale: #D4D4D4. Windows color (decimal): -5046450 or 5177266. OLE color: 5177266.
HSL color Cylindrical-coordinate representation of color #B2FF4E: hue angle of 86.1º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2FF4E is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 78 | - |
| CMYK | 0.30 | 0 | 0.69 | 0 |
| HSL | 86.1º | 1% | 0.65% | - |
| HSV(B) | 86.1º | 0.69% | 1% | - |
| XYZ | 55.5 | 81.54 | 20.02 | - |
| YUV | 211.8 | 52.49 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 78 | 0.30 | 0 | 0.69 | 0 | 86.1 | 1 | 0.65 |
| Hex | B2 | FF | 4E | 1E | 0 | 45 | 0 | 56 | 64 | 41 |
| Octal | 262 | 377 | 116 | 36 | 0 | 105 | 0 | 126 | 144 | 101 |
| Binary | 10110010 | 11111111 | 1001110 | 11110 | 0 | 1000101 | 0 | 1010110 | 1100100 | 1000001 |
Color Harmonies of #B2FF4E
Complementary color
Monochromatic Colors of #B2FF4E
Black with #B2FF4E
Text Example
Text Example
White with #B2FF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF4E; }
p { color: rgb(178,255,78); }
H1.HeaderClassName
{
color: #B2FF4E;
}
.AnyTagClassName
{
color: #B2FF4E;
}
</style>
background-color css
<style>
a { background-color: #B2FF4E; }
a { background-color: rgb(178,255,78); }
div.DivClassName
{
background-color: #B2FF4E;
}
.BgClassName
{
background-color: #B2FF4E;
}
</style>
border-color css
<style>
span { border-color: #B2FF4E; }
span { border-color: rgb(178,255,78); }
td.TdClassName
{
border-color: #B2FF4E;
}
.TagClassName
{
border-color: #B2FF4E;
}
</style>