Shades of Inch Worm #B2DC12
Tints of Inch Worm #B2DC12
RGB
CMYK
RGB Variations
Color information
#B2DC12 (or 0xB2DC12) is known color: Inch Worm. HEX triplet: B2, DC and 12. RGB value is (178,220,18). Sum of RGB (Red+Green+Blue) = 178+220+18=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DC12 is #4D23ED. Grayscale: #B9B9B9. Windows color (decimal): -5055470 or 1236146. OLE color: 1236146.
HSL color Cylindrical-coordinate representation of color #B2DC12: hue angle of 72.48º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2DC12 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 18 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.14 |
| HSL | 72.48º | 0.85% | 0.47% | - |
| HSV(B) | 72.48º | 0.92% | 0.86% | - |
| XYZ | 44.06 | 60.7 | 9.97 | - |
| YUV | 184.41 | 34.09 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 18 | 0.19 | 0 | 0.92 | 0.14 | 72.48 | 0.85 | 0.47 |
| Hex | B2 | DC | 12 | 13 | 0 | 5C | E | 48 | 55 | 2F |
| Octal | 262 | 334 | 22 | 23 | 0 | 134 | 16 | 110 | 125 | 57 |
| Binary | 10110010 | 11011100 | 10010 | 10011 | 0 | 1011100 | 1110 | 1001000 | 1010101 | 101111 |
Color Harmonies of #B2DC12
Complementary color
Monochromatic Colors of #B2DC12
Black with #B2DC12
Text Example
Text Example
White with #B2DC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC12; }
p { color: rgb(178,220,18); }
H1.HeaderClassName
{
color: #B2DC12;
}
.AnyTagClassName
{
color: #B2DC12;
}
</style>
background-color css
<style>
a { background-color: #B2DC12; }
a { background-color: rgb(178,220,18); }
div.DivClassName
{
background-color: #B2DC12;
}
.BgClassName
{
background-color: #B2DC12;
}
</style>
border-color css
<style>
span { border-color: #B2DC12; }
span { border-color: rgb(178,220,18); }
td.TdClassName
{
border-color: #B2DC12;
}
.TagClassName
{
border-color: #B2DC12;
}
</style>