Shades of Green Yellow #B6FF40
Tints of Green Yellow #B6FF40
RGB
CMYK
RGB Variations
Color information
#B6FF40 (or 0xB6FF40) is known color: Green Yellow. HEX triplet: B6, FF and 40. RGB value is (182,255,64). Sum of RGB (Red+Green+Blue) = 182+255+64=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6FF40 is #4900BF. Grayscale: #D4D4D4. Windows color (decimal): -4784320 or 4259766. OLE color: 4259766.
HSL color Cylindrical-coordinate representation of color #B6FF40: hue angle of 82.93º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6FF40 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 64 | - |
| CMYK | 0.29 | 0 | 0.75 | 0 |
| HSL | 82.93º | 1% | 0.63% | - |
| HSV(B) | 82.93º | 0.75% | 1% | - |
| XYZ | 55.98 | 81.84 | 17.7 | - |
| YUV | 211.4 | 44.82 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 64 | 0.29 | 0 | 0.75 | 0 | 82.93 | 1 | 0.63 |
| Hex | B6 | FF | 40 | 1D | 0 | 4B | 0 | 53 | 64 | 3F |
| Octal | 266 | 377 | 100 | 35 | 0 | 113 | 0 | 123 | 144 | 77 |
| Binary | 10110110 | 11111111 | 1000000 | 11101 | 0 | 1001011 | 0 | 1010011 | 1100100 | 111111 |
Color Harmonies of #B6FF40
Complementary color
Monochromatic Colors of #B6FF40
Black with #B6FF40
Text Example
Text Example
White with #B6FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FF40; }
p { color: rgb(182,255,64); }
H1.HeaderClassName
{
color: #B6FF40;
}
.AnyTagClassName
{
color: #B6FF40;
}
</style>
background-color css
<style>
a { background-color: #B6FF40; }
a { background-color: rgb(182,255,64); }
div.DivClassName
{
background-color: #B6FF40;
}
.BgClassName
{
background-color: #B6FF40;
}
</style>
border-color css
<style>
span { border-color: #B6FF40; }
span { border-color: rgb(182,255,64); }
td.TdClassName
{
border-color: #B6FF40;
}
.TagClassName
{
border-color: #B6FF40;
}
</style>