Shades of Green Yellow #B6FA3C
Tints of Green Yellow #B6FA3C
RGB
CMYK
RGB Variations
Color information
#B6FA3C (or 0xB6FA3C) is known color: Green Yellow. HEX triplet: B6, FA and 3C. RGB value is (182,250,60). Sum of RGB (Red+Green+Blue) = 182+250+60=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6FA3C is #4905C3. Grayscale: #D0D0D0. Windows color (decimal): -4785604 or 3996342. OLE color: 3996342.
HSL color Cylindrical-coordinate representation of color #B6FA3C: hue angle of 81.47º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6FA3C is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 250 | 60 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.02 |
| HSL | 81.47º | 0.95% | 0.61% | - |
| HSV(B) | 81.47º | 0.76% | 0.98% | - |
| XYZ | 54.29 | 78.64 | 16.59 | - |
| YUV | 208.01 | 44.47 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 250 | 60 | 0.27 | 0 | 0.76 | 0.02 | 81.47 | 0.95 | 0.61 |
| Hex | B6 | FA | 3C | 1B | 0 | 4C | 2 | 51 | 5F | 3D |
| Octal | 266 | 372 | 74 | 33 | 0 | 114 | 2 | 121 | 137 | 75 |
| Binary | 10110110 | 11111010 | 111100 | 11011 | 0 | 1001100 | 10 | 1010001 | 1011111 | 111101 |
Color Harmonies of #B6FA3C
Complementary color
Monochromatic Colors of #B6FA3C
Black with #B6FA3C
Text Example
Text Example
White with #B6FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FA3C; }
p { color: rgb(182,250,60); }
H1.HeaderClassName
{
color: #B6FA3C;
}
.AnyTagClassName
{
color: #B6FA3C;
}
</style>
background-color css
<style>
a { background-color: #B6FA3C; }
a { background-color: rgb(182,250,60); }
div.DivClassName
{
background-color: #B6FA3C;
}
.BgClassName
{
background-color: #B6FA3C;
}
</style>
border-color css
<style>
span { border-color: #B6FA3C; }
span { border-color: rgb(182,250,60); }
td.TdClassName
{
border-color: #B6FA3C;
}
.TagClassName
{
border-color: #B6FA3C;
}
</style>