Shades of Inch Worm #B7EB0C
Tints of Inch Worm #B7EB0C
RGB
CMYK
RGB Variations
Color information
#B7EB0C (or 0xB7EB0C) is known color: Inch Worm. HEX triplet: B7, EB and 0C. RGB value is (183,235,12). Sum of RGB (Red+Green+Blue) = 183+235+12=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 235 (92.19% from 255 or 54.65% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 235 - color contains mainly: green. Hex color #B7EB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7EB0C is #4814F3. Grayscale: #C2C2C2. Windows color (decimal): -4723956 or 846775. OLE color: 846775.
HSL color Cylindrical-coordinate representation of color #B7EB0C: hue angle of 73.99º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7EB0C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 235 | 12 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.08 |
| HSL | 73.99º | 0.9% | 0.48% | - |
| HSV(B) | 73.99º | 0.95% | 0.92% | - |
| XYZ | 49.3 | 69.51 | 11.17 | - |
| YUV | 194.03 | 25.27 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 235 | 12 | 0.22 | 0 | 0.95 | 0.08 | 73.99 | 0.9 | 0.48 |
| Hex | B7 | EB | C | 16 | 0 | 5F | 8 | 4A | 5A | 30 |
| Octal | 267 | 353 | 14 | 26 | 0 | 137 | 10 | 112 | 132 | 60 |
| Binary | 10110111 | 11101011 | 1100 | 10110 | 0 | 1011111 | 1000 | 1001010 | 1011010 | 110000 |
Color Harmonies of #B7EB0C
Complementary color
Monochromatic Colors of #B7EB0C
Black with #B7EB0C
Text Example
Text Example
White with #B7EB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EB0C; }
p { color: rgb(183,235,12); }
H1.HeaderClassName
{
color: #B7EB0C;
}
.AnyTagClassName
{
color: #B7EB0C;
}
</style>
background-color css
<style>
a { background-color: #B7EB0C; }
a { background-color: rgb(183,235,12); }
div.DivClassName
{
background-color: #B7EB0C;
}
.BgClassName
{
background-color: #B7EB0C;
}
</style>
border-color css
<style>
span { border-color: #B7EB0C; }
span { border-color: rgb(183,235,12); }
td.TdClassName
{
border-color: #B7EB0C;
}
.TagClassName
{
border-color: #B7EB0C;
}
</style>