Shades of Inch Worm #B2D905
Tints of Inch Worm #B2D905
RGB
CMYK
RGB Variations
Color information
#B2D905 (or 0xB2D905) is known color: Inch Worm. HEX triplet: B2, D9 and 05. RGB value is (178,217,5). Sum of RGB (Red+Green+Blue) = 178+217+5=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D905 is #4D26FA. Grayscale: #B5B5B5. Windows color (decimal): -5056251 or 383410. OLE color: 383410.
HSL color Cylindrical-coordinate representation of color #B2D905: hue angle of 71.04º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2D905 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.15 |
| HSL | 71.04º | 0.95% | 0.44% | - |
| HSV(B) | 71.04º | 0.98% | 0.85% | - |
| XYZ | 43.2 | 59.1 | 9.27 | - |
| YUV | 181.17 | 28.58 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 5 | 0.18 | 0 | 0.98 | 0.15 | 71.04 | 0.95 | 0.44 |
| Hex | B2 | D9 | 5 | 12 | 0 | 62 | F | 47 | 5F | 2C |
| Octal | 262 | 331 | 5 | 22 | 0 | 142 | 17 | 107 | 137 | 54 |
| Binary | 10110010 | 11011001 | 101 | 10010 | 0 | 1100010 | 1111 | 1000111 | 1011111 | 101100 |
Color Harmonies of #B2D905
Complementary color
Monochromatic Colors of #B2D905
Black with #B2D905
Text Example
Text Example
White with #B2D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D905; }
p { color: rgb(178,217,5); }
H1.HeaderClassName
{
color: #B2D905;
}
.AnyTagClassName
{
color: #B2D905;
}
</style>
background-color css
<style>
a { background-color: #B2D905; }
a { background-color: rgb(178,217,5); }
div.DivClassName
{
background-color: #B2D905;
}
.BgClassName
{
background-color: #B2D905;
}
</style>
border-color css
<style>
span { border-color: #B2D905; }
span { border-color: rgb(178,217,5); }
td.TdClassName
{
border-color: #B2D905;
}
.TagClassName
{
border-color: #B2D905;
}
</style>