Shades of Inch Worm #B2E60D
Tints of Inch Worm #B2E60D
RGB
CMYK
RGB Variations
Color information
#B2E60D (or 0xB2E60D) is known color: Inch Worm. HEX triplet: B2, E6 and 0D. RGB value is (178,230,13). Sum of RGB (Red+Green+Blue) = 178+230+13=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E60D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2E60D is #4D19F2. Grayscale: #BEBEBE. Windows color (decimal): -5052915 or 911026. OLE color: 911026.
HSL color Cylindrical-coordinate representation of color #B2E60D: hue angle of 74.38º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2E60D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 13 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.10 |
| HSL | 74.38º | 0.89% | 0.48% | - |
| HSV(B) | 74.38º | 0.94% | 0.9% | - |
| XYZ | 46.73 | 66.09 | 10.67 | - |
| YUV | 189.71 | 28.27 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 13 | 0.23 | 0 | 0.94 | 0.10 | 74.38 | 0.89 | 0.48 |
| Hex | B2 | E6 | D | 17 | 0 | 5E | A | 4A | 59 | 30 |
| Octal | 262 | 346 | 15 | 27 | 0 | 136 | 12 | 112 | 131 | 60 |
| Binary | 10110010 | 11100110 | 1101 | 10111 | 0 | 1011110 | 1010 | 1001010 | 1011001 | 110000 |
Color Harmonies of #B2E60D
Complementary color
Monochromatic Colors of #B2E60D
Black with #B2E60D
Text Example
Text Example
White with #B2E60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E60D; }
p { color: rgb(178,230,13); }
H1.HeaderClassName
{
color: #B2E60D;
}
.AnyTagClassName
{
color: #B2E60D;
}
</style>
background-color css
<style>
a { background-color: #B2E60D; }
a { background-color: rgb(178,230,13); }
div.DivClassName
{
background-color: #B2E60D;
}
.BgClassName
{
background-color: #B2E60D;
}
</style>
border-color css
<style>
span { border-color: #B2E60D; }
span { border-color: rgb(178,230,13); }
td.TdClassName
{
border-color: #B2E60D;
}
.TagClassName
{
border-color: #B2E60D;
}
</style>