Shades of Inch Worm #B8D707
Tints of Inch Worm #B8D707
RGB
CMYK
RGB Variations
Color information
#B8D707 (or 0xB8D707) is known color: Inch Worm. HEX triplet: B8, D7 and 07. RGB value is (184,215,7). Sum of RGB (Red+Green+Blue) = 184+215+7=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #B8D707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D707 is #4728F8. Grayscale: #B6B6B6. Windows color (decimal): -4663545 or 513976. OLE color: 513976.
HSL color Cylindrical-coordinate representation of color #B8D707: hue angle of 68.94º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8D707 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 215 | 7 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.16 |
| HSL | 68.94º | 0.94% | 0.44% | - |
| HSV(B) | 68.94º | 0.97% | 0.84% | - |
| XYZ | 44.11 | 58.81 | 9.23 | - |
| YUV | 182.02 | 29.23 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 215 | 7 | 0.14 | 0 | 0.97 | 0.16 | 68.94 | 0.94 | 0.44 |
| Hex | B8 | D7 | 7 | E | 0 | 61 | 10 | 45 | 5E | 2C |
| Octal | 270 | 327 | 7 | 16 | 0 | 141 | 20 | 105 | 136 | 54 |
| Binary | 10111000 | 11010111 | 111 | 1110 | 0 | 1100001 | 10000 | 1000101 | 1011110 | 101100 |
Color Harmonies of #B8D707
Complementary color
Monochromatic Colors of #B8D707
Black with #B8D707
Text Example
Text Example
White with #B8D707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D707; }
p { color: rgb(184,215,7); }
H1.HeaderClassName
{
color: #B8D707;
}
.AnyTagClassName
{
color: #B8D707;
}
</style>
background-color css
<style>
a { background-color: #B8D707; }
a { background-color: rgb(184,215,7); }
div.DivClassName
{
background-color: #B8D707;
}
.BgClassName
{
background-color: #B8D707;
}
</style>
border-color css
<style>
span { border-color: #B8D707; }
span { border-color: rgb(184,215,7); }
td.TdClassName
{
border-color: #B8D707;
}
.TagClassName
{
border-color: #B8D707;
}
</style>