Shades of Green Yellow #B6FE2A
Tints of Green Yellow #B6FE2A
RGB
CMYK
RGB Variations
Color information
#B6FE2A (or 0xB6FE2A) is known color: Green Yellow. HEX triplet: B6, FE and 2A. RGB value is (182,254,42). Sum of RGB (Red+Green+Blue) = 182+254+42=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6FE2A is #4901D5. Grayscale: #D1D1D1. Windows color (decimal): -4784598 or 2817718. OLE color: 2817718.
HSL color Cylindrical-coordinate representation of color #B6FE2A: hue angle of 80.38º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B6FE2A is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 254 | 42 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.00 |
| HSL | 80.38º | 0.99% | 0.58% | - |
| HSV(B) | 80.38º | 0.83% | 1% | - |
| XYZ | 55.15 | 81 | 14.92 | - |
| YUV | 208.3 | 34.15 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 254 | 42 | 0.28 | 0 | 0.83 | 0.00 | 80.38 | 0.99 | 0.58 |
| Hex | B6 | FE | 2A | 1C | 0 | 53 | 0 | 50 | 63 | 3A |
| Octal | 266 | 376 | 52 | 34 | 0 | 123 | 0 | 120 | 143 | 72 |
| Binary | 10110110 | 11111110 | 101010 | 11100 | 0 | 1010011 | 0 | 1010000 | 1100011 | 111010 |
Color Harmonies of #B6FE2A
Complementary color
Monochromatic Colors of #B6FE2A
Black with #B6FE2A
Text Example
Text Example
White with #B6FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FE2A; }
p { color: rgb(182,254,42); }
H1.HeaderClassName
{
color: #B6FE2A;
}
.AnyTagClassName
{
color: #B6FE2A;
}
</style>
background-color css
<style>
a { background-color: #B6FE2A; }
a { background-color: rgb(182,254,42); }
div.DivClassName
{
background-color: #B6FE2A;
}
.BgClassName
{
background-color: #B6FE2A;
}
</style>
border-color css
<style>
span { border-color: #B6FE2A; }
span { border-color: rgb(182,254,42); }
td.TdClassName
{
border-color: #B6FE2A;
}
.TagClassName
{
border-color: #B6FE2A;
}
</style>