Shades of Inch Worm #B2E015
Tints of Inch Worm #B2E015
RGB
CMYK
RGB Variations
Color information
#B2E015 (or 0xB2E015) is known color: Inch Worm. HEX triplet: B2, E0 and 15. RGB value is (178,224,21). Sum of RGB (Red+Green+Blue) = 178+224+21=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 224 (87.89% from 255 or 52.96% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E015 is #4D1FEA. Grayscale: #BBBBBB. Windows color (decimal): -5054443 or 1433778. OLE color: 1433778.
HSL color Cylindrical-coordinate representation of color #B2E015: hue angle of 73.6º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2E015 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 21 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.12 |
| HSL | 73.6º | 0.83% | 0.48% | - |
| HSV(B) | 73.6º | 0.91% | 0.88% | - |
| XYZ | 45.15 | 62.83 | 10.46 | - |
| YUV | 187.1 | 34.26 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 21 | 0.21 | 0 | 0.91 | 0.12 | 73.6 | 0.83 | 0.48 |
| Hex | B2 | E0 | 15 | 15 | 0 | 5B | C | 4A | 53 | 30 |
| Octal | 262 | 340 | 25 | 25 | 0 | 133 | 14 | 112 | 123 | 60 |
| Binary | 10110010 | 11100000 | 10101 | 10101 | 0 | 1011011 | 1100 | 1001010 | 1010011 | 110000 |
Color Harmonies of #B2E015
Complementary color
Monochromatic Colors of #B2E015
Black with #B2E015
Text Example
Text Example
White with #B2E015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E015; }
p { color: rgb(178,224,21); }
H1.HeaderClassName
{
color: #B2E015;
}
.AnyTagClassName
{
color: #B2E015;
}
</style>
background-color css
<style>
a { background-color: #B2E015; }
a { background-color: rgb(178,224,21); }
div.DivClassName
{
background-color: #B2E015;
}
.BgClassName
{
background-color: #B2E015;
}
</style>
border-color css
<style>
span { border-color: #B2E015; }
span { border-color: rgb(178,224,21); }
td.TdClassName
{
border-color: #B2E015;
}
.TagClassName
{
border-color: #B2E015;
}
</style>