Shades of Inch Worm #B7D602
Tints of Inch Worm #B7D602
RGB
CMYK
RGB Variations
Color information
#B7D602 (or 0xB7D602) is known color: Inch Worm. HEX triplet: B7, D6 and 02. RGB value is (183,214,2). Sum of RGB (Red+Green+Blue) = 183+214+2=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D602 is #4829FD. Grayscale: #B5B5B5. Windows color (decimal): -4729342 or 186039. OLE color: 186039.
HSL color Cylindrical-coordinate representation of color #B7D602: hue angle of 68.77º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7D602 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.16 |
| HSL | 68.77º | 0.98% | 0.42% | - |
| HSV(B) | 68.77º | 0.99% | 0.84% | - |
| XYZ | 43.59 | 58.16 | 8.99 | - |
| YUV | 180.56 | 27.23 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 2 | 0.14 | 0 | 0.99 | 0.16 | 68.77 | 0.98 | 0.42 |
| Hex | B7 | D6 | 2 | E | 0 | 63 | 10 | 45 | 62 | 2A |
| Octal | 267 | 326 | 2 | 16 | 0 | 143 | 20 | 105 | 142 | 52 |
| Binary | 10110111 | 11010110 | 10 | 1110 | 0 | 1100011 | 10000 | 1000101 | 1100010 | 101010 |
Color Harmonies of #B7D602
Complementary color
Monochromatic Colors of #B7D602
Black with #B7D602
Text Example
Text Example
White with #B7D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D602; }
p { color: rgb(183,214,2); }
H1.HeaderClassName
{
color: #B7D602;
}
.AnyTagClassName
{
color: #B7D602;
}
</style>
background-color css
<style>
a { background-color: #B7D602; }
a { background-color: rgb(183,214,2); }
div.DivClassName
{
background-color: #B7D602;
}
.BgClassName
{
background-color: #B7D602;
}
</style>
border-color css
<style>
span { border-color: #B7D602; }
span { border-color: rgb(183,214,2); }
td.TdClassName
{
border-color: #B7D602;
}
.TagClassName
{
border-color: #B7D602;
}
</style>