Shades of Inch Worm #B3D800
Tints of Inch Worm #B3D800
RGB
CMYK
RGB Variations
Color information
#B3D800 (or 0xB3D800) is known color: Inch Worm. HEX triplet: B3, D8 and 00. RGB value is (179,216,0). Sum of RGB (Red+Green+Blue) = 179+216+0=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3D800 is #4C27FF. Grayscale: #B5B5B5. Windows color (decimal): -4990976 or 55475. OLE color: 55475.
HSL color Cylindrical-coordinate representation of color #B3D800: hue angle of 70.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3D800 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 216 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.15 |
| HSL | 70.28º | 1% | 0.42% | - |
| HSV(B) | 70.28º | 1% | 0.85% | - |
| XYZ | 43.15 | 58.7 | 9.06 | - |
| YUV | 180.31 | 26.24 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 0 | 0.17 | 0 | 1 | 0.15 | 70.28 | 1 | 0.42 |
| Hex | B3 | D8 | 0 | 11 | 0 | 64 | F | 46 | 64 | 2A |
| Octal | 263 | 330 | 0 | 21 | 0 | 144 | 17 | 106 | 144 | 52 |
| Binary | 10110011 | 11011000 | 0 | 10001 | 0 | 1100100 | 1111 | 1000110 | 1100100 | 101010 |
Color Harmonies of #B3D800
Complementary color
Monochromatic Colors of #B3D800
Black with #B3D800
Text Example
Text Example
White with #B3D800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D800; }
p { color: rgb(179,216,0); }
H1.HeaderClassName
{
color: #B3D800;
}
.AnyTagClassName
{
color: #B3D800;
}
</style>
background-color css
<style>
a { background-color: #B3D800; }
a { background-color: rgb(179,216,0); }
div.DivClassName
{
background-color: #B3D800;
}
.BgClassName
{
background-color: #B3D800;
}
</style>
border-color css
<style>
span { border-color: #B3D800; }
span { border-color: rgb(179,216,0); }
td.TdClassName
{
border-color: #B3D800;
}
.TagClassName
{
border-color: #B3D800;
}
</style>