Shades of Inch Worm #B3D805
Tints of Inch Worm #B3D805
RGB
CMYK
RGB Variations
Color information
#B3D805 (or 0xB3D805) is known color: Inch Worm. HEX triplet: B3, D8 and 05. RGB value is (179,216,5). Sum of RGB (Red+Green+Blue) = 179+216+5=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 5 (2.34% from 255 or 1.25% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3D805 is #4C27FA. Grayscale: #B5B5B5. Windows color (decimal): -4990971 or 383155. OLE color: 383155.
HSL color Cylindrical-coordinate representation of color #B3D805: hue angle of 70.52º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3D805 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 216 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.15 |
| HSL | 70.52º | 0.95% | 0.43% | - |
| HSV(B) | 70.52º | 0.98% | 0.85% | - |
| XYZ | 43.17 | 58.71 | 9.2 | - |
| YUV | 180.88 | 28.74 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 5 | 0.17 | 0 | 0.98 | 0.15 | 70.52 | 0.95 | 0.43 |
| Hex | B3 | D8 | 5 | 11 | 0 | 62 | F | 47 | 5F | 2B |
| Octal | 263 | 330 | 5 | 21 | 0 | 142 | 17 | 107 | 137 | 53 |
| Binary | 10110011 | 11011000 | 101 | 10001 | 0 | 1100010 | 1111 | 1000111 | 1011111 | 101011 |
Color Harmonies of #B3D805
Complementary color
Monochromatic Colors of #B3D805
Black with #B3D805
Text Example
Text Example
White with #B3D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D805; }
p { color: rgb(179,216,5); }
H1.HeaderClassName
{
color: #B3D805;
}
.AnyTagClassName
{
color: #B3D805;
}
</style>
background-color css
<style>
a { background-color: #B3D805; }
a { background-color: rgb(179,216,5); }
div.DivClassName
{
background-color: #B3D805;
}
.BgClassName
{
background-color: #B3D805;
}
</style>
border-color css
<style>
span { border-color: #B3D805; }
span { border-color: rgb(179,216,5); }
td.TdClassName
{
border-color: #B3D805;
}
.TagClassName
{
border-color: #B3D805;
}
</style>