Shades of Green Yellow #B6FF3C
Tints of Green Yellow #B6FF3C
RGB
CMYK
RGB Variations
Color information
#B6FF3C (or 0xB6FF3C) is known color: Green Yellow. HEX triplet: B6, FF and 3C. RGB value is (182,255,60). Sum of RGB (Red+Green+Blue) = 182+255+60=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6FF3C is #4900C3. Grayscale: #D3D3D3. Windows color (decimal): -4784324 or 3997622. OLE color: 3997622.
HSL color Cylindrical-coordinate representation of color #B6FF3C: hue angle of 82.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6FF3C is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 60 | - |
| CMYK | 0.29 | 0 | 0.76 | 0 |
| HSL | 82.46º | 1% | 0.62% | - |
| HSV(B) | 82.46º | 0.76% | 1% | - |
| XYZ | 55.87 | 81.79 | 17.12 | - |
| YUV | 210.94 | 42.82 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 60 | 0.29 | 0 | 0.76 | 0 | 82.46 | 1 | 0.62 |
| Hex | B6 | FF | 3C | 1D | 0 | 4C | 0 | 52 | 64 | 3E |
| Octal | 266 | 377 | 74 | 35 | 0 | 114 | 0 | 122 | 144 | 76 |
| Binary | 10110110 | 11111111 | 111100 | 11101 | 0 | 1001100 | 0 | 1010010 | 1100100 | 111110 |
Color Harmonies of #B6FF3C
Complementary color
Monochromatic Colors of #B6FF3C
Black with #B6FF3C
Text Example
Text Example
White with #B6FF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FF3C; }
p { color: rgb(182,255,60); }
H1.HeaderClassName
{
color: #B6FF3C;
}
.AnyTagClassName
{
color: #B6FF3C;
}
</style>
background-color css
<style>
a { background-color: #B6FF3C; }
a { background-color: rgb(182,255,60); }
div.DivClassName
{
background-color: #B6FF3C;
}
.BgClassName
{
background-color: #B6FF3C;
}
</style>
border-color css
<style>
span { border-color: #B6FF3C; }
span { border-color: rgb(182,255,60); }
td.TdClassName
{
border-color: #B6FF3C;
}
.TagClassName
{
border-color: #B6FF3C;
}
</style>