Shades of Inch Worm #B7EA14
Tints of Inch Worm #B7EA14
RGB
CMYK
RGB Variations
Color information
#B7EA14 (or 0xB7EA14) is known color: Inch Worm. HEX triplet: B7, EA and 14. RGB value is (183,234,20). Sum of RGB (Red+Green+Blue) = 183+234+20=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 234 (91.80% from 255 or 53.55% from 437); Blue value is 20 (8.20% from 255 or 4.58% from 437); Max value from RGB is 234 - color contains mainly: green. Hex color #B7EA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7EA14 is #4815EB. Grayscale: #C3C3C3. Windows color (decimal): -4724204 or 1370807. OLE color: 1370807.
HSL color Cylindrical-coordinate representation of color #B7EA14: hue angle of 74.3º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7EA14 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 234 | 20 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.08 |
| HSL | 74.3º | 0.84% | 0.5% | - |
| HSV(B) | 74.3º | 0.91% | 0.92% | - |
| XYZ | 49.08 | 68.96 | 11.39 | - |
| YUV | 194.36 | 29.6 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 234 | 20 | 0.22 | 0 | 0.91 | 0.08 | 74.3 | 0.84 | 0.5 |
| Hex | B7 | EA | 14 | 16 | 0 | 5B | 8 | 4A | 54 | 32 |
| Octal | 267 | 352 | 24 | 26 | 0 | 133 | 10 | 112 | 124 | 62 |
| Binary | 10110111 | 11101010 | 10100 | 10110 | 0 | 1011011 | 1000 | 1001010 | 1010100 | 110010 |
Color Harmonies of #B7EA14
Complementary color
Monochromatic Colors of #B7EA14
Black with #B7EA14
Text Example
Text Example
White with #B7EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EA14; }
p { color: rgb(183,234,20); }
H1.HeaderClassName
{
color: #B7EA14;
}
.AnyTagClassName
{
color: #B7EA14;
}
</style>
background-color css
<style>
a { background-color: #B7EA14; }
a { background-color: rgb(183,234,20); }
div.DivClassName
{
background-color: #B7EA14;
}
.BgClassName
{
background-color: #B7EA14;
}
</style>
border-color css
<style>
span { border-color: #B7EA14; }
span { border-color: rgb(183,234,20); }
td.TdClassName
{
border-color: #B7EA14;
}
.TagClassName
{
border-color: #B7EA14;
}
</style>