Shades of Green Yellow #B6FF2A
Tints of Green Yellow #B6FF2A
RGB
CMYK
RGB Variations
Color information
#B6FF2A (or 0xB6FF2A) is known color: Green Yellow. HEX triplet: B6, FF and 2A. RGB value is (182,255,42). Sum of RGB (Red+Green+Blue) = 182+255+42=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 42 (16.80% from 255 or 8.77% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6FF2A is #4900D5. Grayscale: #D1D1D1. Windows color (decimal): -4784342 or 2817974. OLE color: 2817974.
HSL color Cylindrical-coordinate representation of color #B6FF2A: hue angle of 80.56º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6FF2A is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 42 | - |
| CMYK | 0.29 | 0 | 0.84 | 0 |
| HSL | 80.56º | 1% | 0.58% | - |
| HSV(B) | 80.56º | 0.84% | 1% | - |
| XYZ | 55.47 | 81.63 | 15.02 | - |
| YUV | 208.89 | 33.82 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 42 | 0.29 | 0 | 0.84 | 0 | 80.56 | 1 | 0.58 |
| Hex | B6 | FF | 2A | 1D | 0 | 54 | 0 | 51 | 64 | 3A |
| Octal | 266 | 377 | 52 | 35 | 0 | 124 | 0 | 121 | 144 | 72 |
| Binary | 10110110 | 11111111 | 101010 | 11101 | 0 | 1010100 | 0 | 1010001 | 1100100 | 111010 |
Color Harmonies of #B6FF2A
Complementary color
Monochromatic Colors of #B6FF2A
Black with #B6FF2A
Text Example
Text Example
White with #B6FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FF2A; }
p { color: rgb(182,255,42); }
H1.HeaderClassName
{
color: #B6FF2A;
}
.AnyTagClassName
{
color: #B6FF2A;
}
</style>
background-color css
<style>
a { background-color: #B6FF2A; }
a { background-color: rgb(182,255,42); }
div.DivClassName
{
background-color: #B6FF2A;
}
.BgClassName
{
background-color: #B6FF2A;
}
</style>
border-color css
<style>
span { border-color: #B6FF2A; }
span { border-color: rgb(182,255,42); }
td.TdClassName
{
border-color: #B6FF2A;
}
.TagClassName
{
border-color: #B6FF2A;
}
</style>