Shades of Inch Worm #B7EA0C
Tints of Inch Worm #B7EA0C
RGB
CMYK
RGB Variations
Color information
#B7EA0C (or 0xB7EA0C) is known color: Inch Worm. HEX triplet: B7, EA and 0C. RGB value is (183,234,12). Sum of RGB (Red+Green+Blue) = 183+234+12=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 234 (91.80% from 255 or 54.55% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7EA0C is #4815F3. Grayscale: #C2C2C2. Windows color (decimal): -4724212 or 846519. OLE color: 846519.
HSL color Cylindrical-coordinate representation of color #B7EA0C: hue angle of 73.78º 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 #B7EA0C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 234 | 12 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.08 |
| HSL | 73.78º | 0.9% | 0.48% | - |
| HSV(B) | 73.78º | 0.95% | 0.92% | - |
| XYZ | 49.02 | 68.94 | 11.07 | - |
| YUV | 193.44 | 25.6 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 234 | 12 | 0.22 | 0 | 0.95 | 0.08 | 73.78 | 0.9 | 0.48 |
| Hex | B7 | EA | C | 16 | 0 | 5F | 8 | 4A | 5A | 30 |
| Octal | 267 | 352 | 14 | 26 | 0 | 137 | 10 | 112 | 132 | 60 |
| Binary | 10110111 | 11101010 | 1100 | 10110 | 0 | 1011111 | 1000 | 1001010 | 1011010 | 110000 |
Color Harmonies of #B7EA0C
Complementary color
Monochromatic Colors of #B7EA0C
Black with #B7EA0C
Text Example
Text Example
White with #B7EA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EA0C; }
p { color: rgb(183,234,12); }
H1.HeaderClassName
{
color: #B7EA0C;
}
.AnyTagClassName
{
color: #B7EA0C;
}
</style>
background-color css
<style>
a { background-color: #B7EA0C; }
a { background-color: rgb(183,234,12); }
div.DivClassName
{
background-color: #B7EA0C;
}
.BgClassName
{
background-color: #B7EA0C;
}
</style>
border-color css
<style>
span { border-color: #B7EA0C; }
span { border-color: rgb(183,234,12); }
td.TdClassName
{
border-color: #B7EA0C;
}
.TagClassName
{
border-color: #B7EA0C;
}
</style>