Shades of Green Yellow #B6FE32
Tints of Green Yellow #B6FE32
RGB
CMYK
RGB Variations
Color information
#B6FE32 (or 0xB6FE32) is known color: Green Yellow. HEX triplet: B6, FE and 32. RGB value is (182,254,50). Sum of RGB (Red+Green+Blue) = 182+254+50=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6FE32 is #4901CD. Grayscale: #D1D1D1. Windows color (decimal): -4784590 or 3342006. OLE color: 3342006.
HSL color Cylindrical-coordinate representation of color #B6FE32: hue angle of 81.18º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6FE32 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 254 | 50 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.00 |
| HSL | 81.18º | 0.99% | 0.6% | - |
| HSV(B) | 81.18º | 0.8% | 1% | - |
| XYZ | 55.31 | 81.06 | 15.75 | - |
| YUV | 209.22 | 38.15 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 254 | 50 | 0.28 | 0 | 0.80 | 0.00 | 81.18 | 0.99 | 0.6 |
| Hex | B6 | FE | 32 | 1C | 0 | 50 | 0 | 51 | 63 | 3C |
| Octal | 266 | 376 | 62 | 34 | 0 | 120 | 0 | 121 | 143 | 74 |
| Binary | 10110110 | 11111110 | 110010 | 11100 | 0 | 1010000 | 0 | 1010001 | 1100011 | 111100 |
Color Harmonies of #B6FE32
Complementary color
Monochromatic Colors of #B6FE32
Black with #B6FE32
Text Example
Text Example
White with #B6FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FE32; }
p { color: rgb(182,254,50); }
H1.HeaderClassName
{
color: #B6FE32;
}
.AnyTagClassName
{
color: #B6FE32;
}
</style>
background-color css
<style>
a { background-color: #B6FE32; }
a { background-color: rgb(182,254,50); }
div.DivClassName
{
background-color: #B6FE32;
}
.BgClassName
{
background-color: #B6FE32;
}
</style>
border-color css
<style>
span { border-color: #B6FE32; }
span { border-color: rgb(182,254,50); }
td.TdClassName
{
border-color: #B6FE32;
}
.TagClassName
{
border-color: #B6FE32;
}
</style>