Shades of Inch Worm #B2D715
Tints of Inch Worm #B2D715
RGB
CMYK
RGB Variations
Color information
#B2D715 (or 0xB2D715) is known color: Inch Worm. HEX triplet: B2, D7 and 15. RGB value is (178,215,21). Sum of RGB (Red+Green+Blue) = 178+215+21=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 215 (84.38% from 255 or 51.93% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D715 is #4D28EA. Grayscale: #B6B6B6. Windows color (decimal): -5056747 or 1431474. OLE color: 1431474.
HSL color Cylindrical-coordinate representation of color #B2D715: hue angle of 71.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2D715 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 21 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.16 |
| HSL | 71.44º | 0.82% | 0.46% | - |
| HSV(B) | 71.44º | 0.9% | 0.84% | - |
| XYZ | 42.8 | 58.12 | 9.67 | - |
| YUV | 181.82 | 37.24 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 21 | 0.17 | 0 | 0.90 | 0.16 | 71.44 | 0.82 | 0.46 |
| Hex | B2 | D7 | 15 | 11 | 0 | 5A | 10 | 47 | 52 | 2E |
| Octal | 262 | 327 | 25 | 21 | 0 | 132 | 20 | 107 | 122 | 56 |
| Binary | 10110010 | 11010111 | 10101 | 10001 | 0 | 1011010 | 10000 | 1000111 | 1010010 | 101110 |
Color Harmonies of #B2D715
Complementary color
Monochromatic Colors of #B2D715
Black with #B2D715
Text Example
Text Example
White with #B2D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D715; }
p { color: rgb(178,215,21); }
H1.HeaderClassName
{
color: #B2D715;
}
.AnyTagClassName
{
color: #B2D715;
}
</style>
background-color css
<style>
a { background-color: #B2D715; }
a { background-color: rgb(178,215,21); }
div.DivClassName
{
background-color: #B2D715;
}
.BgClassName
{
background-color: #B2D715;
}
</style>
border-color css
<style>
span { border-color: #B2D715; }
span { border-color: rgb(178,215,21); }
td.TdClassName
{
border-color: #B2D715;
}
.TagClassName
{
border-color: #B2D715;
}
</style>