Shades of Inch Worm #B6F512
Tints of Inch Worm #B6F512
RGB
CMYK
RGB Variations
Color information
#B6F512 (or 0xB6F512) is known color: Inch Worm. HEX triplet: B6, F5 and 12. RGB value is (182,245,18). Sum of RGB (Red+Green+Blue) = 182+245+18=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 245 (96.09% from 255 or 55.06% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 245 - color contains mainly: green. Hex color #B6F512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6F512 is #490AED. Grayscale: #C9C9C9. Windows color (decimal): -4786926 or 1242550. OLE color: 1242550.
HSL color Cylindrical-coordinate representation of color #B6F512: hue angle of 76.65º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B6F512 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 245 | 18 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.04 |
| HSL | 76.65º | 0.92% | 0.52% | - |
| HSV(B) | 76.65º | 0.93% | 0.96% | - |
| XYZ | 52.05 | 75.29 | 12.36 | - |
| YUV | 200.29 | 25.13 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 245 | 18 | 0.26 | 0 | 0.93 | 0.04 | 76.65 | 0.92 | 0.52 |
| Hex | B6 | F5 | 12 | 1A | 0 | 5D | 4 | 4D | 5C | 34 |
| Octal | 266 | 365 | 22 | 32 | 0 | 135 | 4 | 115 | 134 | 64 |
| Binary | 10110110 | 11110101 | 10010 | 11010 | 0 | 1011101 | 100 | 1001101 | 1011100 | 110100 |
Color Harmonies of #B6F512
Complementary color
Monochromatic Colors of #B6F512
Black with #B6F512
Text Example
Text Example
White with #B6F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F512; }
p { color: rgb(182,245,18); }
H1.HeaderClassName
{
color: #B6F512;
}
.AnyTagClassName
{
color: #B6F512;
}
</style>
background-color css
<style>
a { background-color: #B6F512; }
a { background-color: rgb(182,245,18); }
div.DivClassName
{
background-color: #B6F512;
}
.BgClassName
{
background-color: #B6F512;
}
</style>
border-color css
<style>
span { border-color: #B6F512; }
span { border-color: rgb(182,245,18); }
td.TdClassName
{
border-color: #B6F512;
}
.TagClassName
{
border-color: #B6F512;
}
</style>