Shades of Inch Worm #B7E60C
Tints of Inch Worm #B7E60C
RGB
CMYK
RGB Variations
Color information
#B7E60C (or 0xB7E60C) is known color: Inch Worm. HEX triplet: B7, E6 and 0C. RGB value is (183,230,12). Sum of RGB (Red+Green+Blue) = 183+230+12=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 230 (90.23% from 255 or 54.12% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 230 - color contains mainly: green. Hex color #B7E60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7E60C is #4819F3. Grayscale: #BFBFBF. Windows color (decimal): -4725236 or 845495. OLE color: 845495.
HSL color Cylindrical-coordinate representation of color #B7E60C: hue angle of 72.94º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7E60C is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 230 | 12 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.10 |
| HSL | 72.94º | 0.9% | 0.47% | - |
| HSV(B) | 72.94º | 0.95% | 0.9% | - |
| XYZ | 47.89 | 66.69 | 10.7 | - |
| YUV | 191.1 | 26.93 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 230 | 12 | 0.20 | 0 | 0.95 | 0.10 | 72.94 | 0.9 | 0.47 |
| Hex | B7 | E6 | C | 14 | 0 | 5F | A | 49 | 5A | 2F |
| Octal | 267 | 346 | 14 | 24 | 0 | 137 | 12 | 111 | 132 | 57 |
| Binary | 10110111 | 11100110 | 1100 | 10100 | 0 | 1011111 | 1010 | 1001001 | 1011010 | 101111 |
Color Harmonies of #B7E60C
Complementary color
Monochromatic Colors of #B7E60C
Black with #B7E60C
Text Example
Text Example
White with #B7E60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E60C; }
p { color: rgb(183,230,12); }
H1.HeaderClassName
{
color: #B7E60C;
}
.AnyTagClassName
{
color: #B7E60C;
}
</style>
background-color css
<style>
a { background-color: #B7E60C; }
a { background-color: rgb(183,230,12); }
div.DivClassName
{
background-color: #B7E60C;
}
.BgClassName
{
background-color: #B7E60C;
}
</style>
border-color css
<style>
span { border-color: #B7E60C; }
span { border-color: rgb(183,230,12); }
td.TdClassName
{
border-color: #B7E60C;
}
.TagClassName
{
border-color: #B7E60C;
}
</style>