Shades of Inch Worm #B7DA0E
Tints of Inch Worm #B7DA0E
RGB
CMYK
RGB Variations
Color information
#B7DA0E (or 0xB7DA0E) is known color: Inch Worm. HEX triplet: B7, DA and 0E. RGB value is (183,218,14). Sum of RGB (Red+Green+Blue) = 183+218+14=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DA0E is #4825F1. Grayscale: #B9B9B9. Windows color (decimal): -4728306 or 973495. OLE color: 973495.
HSL color Cylindrical-coordinate representation of color #B7DA0E: hue angle of 70.29º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7DA0E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.15 |
| HSL | 70.29º | 0.88% | 0.45% | - |
| HSV(B) | 70.29º | 0.94% | 0.85% | - |
| XYZ | 44.68 | 60.24 | 9.69 | - |
| YUV | 184.28 | 31.9 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 14 | 0.16 | 0 | 0.94 | 0.15 | 70.29 | 0.88 | 0.45 |
| Hex | B7 | DA | E | 10 | 0 | 5E | F | 46 | 58 | 2D |
| Octal | 267 | 332 | 16 | 20 | 0 | 136 | 17 | 106 | 130 | 55 |
| Binary | 10110111 | 11011010 | 1110 | 10000 | 0 | 1011110 | 1111 | 1000110 | 1011000 | 101101 |
Color Harmonies of #B7DA0E
Complementary color
Monochromatic Colors of #B7DA0E
Black with #B7DA0E
Text Example
Text Example
White with #B7DA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DA0E; }
p { color: rgb(183,218,14); }
H1.HeaderClassName
{
color: #B7DA0E;
}
.AnyTagClassName
{
color: #B7DA0E;
}
</style>
background-color css
<style>
a { background-color: #B7DA0E; }
a { background-color: rgb(183,218,14); }
div.DivClassName
{
background-color: #B7DA0E;
}
.BgClassName
{
background-color: #B7DA0E;
}
</style>
border-color css
<style>
span { border-color: #B7DA0E; }
span { border-color: rgb(183,218,14); }
td.TdClassName
{
border-color: #B7DA0E;
}
.TagClassName
{
border-color: #B7DA0E;
}
</style>