Shades of Inch Worm #B7D702
Tints of Inch Worm #B7D702
RGB
CMYK
RGB Variations
Color information
#B7D702 (or 0xB7D702) is known color: Inch Worm. HEX triplet: B7, D7 and 02. RGB value is (183,215,2). Sum of RGB (Red+Green+Blue) = 183+215+2=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 215 (84.38% from 255 or 53.75% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D702 is #4828FD. Grayscale: #B5B5B5. Windows color (decimal): -4729086 or 186295. OLE color: 186295.
HSL color Cylindrical-coordinate representation of color #B7D702: hue angle of 69.01º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7D702 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.16 |
| HSL | 69.01º | 0.98% | 0.43% | - |
| HSV(B) | 69.01º | 0.99% | 0.84% | - |
| XYZ | 43.84 | 58.67 | 9.07 | - |
| YUV | 181.15 | 26.9 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 2 | 0.15 | 0 | 0.99 | 0.16 | 69.01 | 0.98 | 0.43 |
| Hex | B7 | D7 | 2 | F | 0 | 63 | 10 | 45 | 62 | 2B |
| Octal | 267 | 327 | 2 | 17 | 0 | 143 | 20 | 105 | 142 | 53 |
| Binary | 10110111 | 11010111 | 10 | 1111 | 0 | 1100011 | 10000 | 1000101 | 1100010 | 101011 |
Color Harmonies of #B7D702
Complementary color
Monochromatic Colors of #B7D702
Black with #B7D702
Text Example
Text Example
White with #B7D702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D702; }
p { color: rgb(183,215,2); }
H1.HeaderClassName
{
color: #B7D702;
}
.AnyTagClassName
{
color: #B7D702;
}
</style>
background-color css
<style>
a { background-color: #B7D702; }
a { background-color: rgb(183,215,2); }
div.DivClassName
{
background-color: #B7D702;
}
.BgClassName
{
background-color: #B7D702;
}
</style>
border-color css
<style>
span { border-color: #B7D702; }
span { border-color: rgb(183,215,2); }
td.TdClassName
{
border-color: #B7D702;
}
.TagClassName
{
border-color: #B7D702;
}
</style>