Shades of Inch Worm #B2EF12
Tints of Inch Worm #B2EF12
RGB
CMYK
RGB Variations
Color information
#B2EF12 (or 0xB2EF12) is known color: Inch Worm. HEX triplet: B2, EF and 12. RGB value is (178,239,18). Sum of RGB (Red+Green+Blue) = 178+239+18=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 18 (7.42% from 255 or 4.14% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2EF12 is #4D10ED. Grayscale: #C4C4C4. Windows color (decimal): -5050606 or 1241010. OLE color: 1241010.
HSL color Cylindrical-coordinate representation of color #B2EF12: hue angle of 76.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2EF12 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 18 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.06 |
| HSL | 76.56º | 0.87% | 0.5% | - |
| HSV(B) | 76.56º | 0.92% | 0.94% | - |
| XYZ | 49.34 | 71.24 | 11.72 | - |
| YUV | 195.57 | 27.79 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 18 | 0.26 | 0 | 0.92 | 0.06 | 76.56 | 0.87 | 0.5 |
| Hex | B2 | EF | 12 | 1A | 0 | 5C | 6 | 4D | 57 | 32 |
| Octal | 262 | 357 | 22 | 32 | 0 | 134 | 6 | 115 | 127 | 62 |
| Binary | 10110010 | 11101111 | 10010 | 11010 | 0 | 1011100 | 110 | 1001101 | 1010111 | 110010 |
Color Harmonies of #B2EF12
Complementary color
Monochromatic Colors of #B2EF12
Black with #B2EF12
Text Example
Text Example
White with #B2EF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EF12; }
p { color: rgb(178,239,18); }
H1.HeaderClassName
{
color: #B2EF12;
}
.AnyTagClassName
{
color: #B2EF12;
}
</style>
background-color css
<style>
a { background-color: #B2EF12; }
a { background-color: rgb(178,239,18); }
div.DivClassName
{
background-color: #B2EF12;
}
.BgClassName
{
background-color: #B2EF12;
}
</style>
border-color css
<style>
span { border-color: #B2EF12; }
span { border-color: rgb(178,239,18); }
td.TdClassName
{
border-color: #B2EF12;
}
.TagClassName
{
border-color: #B2EF12;
}
</style>