Shades of Inch Worm #B7F512
Tints of Inch Worm #B7F512
RGB
CMYK
RGB Variations
Color information
#B7F512 (or 0xB7F512) is known color: Inch Worm. HEX triplet: B7, F5 and 12. RGB value is (183,245,18). Sum of RGB (Red+Green+Blue) = 183+245+18=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 245 (96.09% from 255 or 54.93% from 446); Blue value is 18 (7.42% from 255 or 4.04% from 446); Max value from RGB is 245 - color contains mainly: green. Hex color #B7F512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7F512 is #480AED. Grayscale: #C9C9C9. Windows color (decimal): -4721390 or 1242551. OLE color: 1242551.
HSL color Cylindrical-coordinate representation of color #B7F512: hue angle of 76.39º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7F512 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 245 | 18 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.04 |
| HSL | 76.39º | 0.92% | 0.52% | - |
| HSV(B) | 76.39º | 0.93% | 0.96% | - |
| XYZ | 52.29 | 75.42 | 12.37 | - |
| YUV | 200.58 | 24.96 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 245 | 18 | 0.25 | 0 | 0.93 | 0.04 | 76.39 | 0.92 | 0.52 |
| Hex | B7 | F5 | 12 | 19 | 0 | 5D | 4 | 4C | 5C | 34 |
| Octal | 267 | 365 | 22 | 31 | 0 | 135 | 4 | 114 | 134 | 64 |
| Binary | 10110111 | 11110101 | 10010 | 11001 | 0 | 1011101 | 100 | 1001100 | 1011100 | 110100 |
Color Harmonies of #B7F512
Complementary color
Monochromatic Colors of #B7F512
Black with #B7F512
Text Example
Text Example
White with #B7F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F512; }
p { color: rgb(183,245,18); }
H1.HeaderClassName
{
color: #B7F512;
}
.AnyTagClassName
{
color: #B7F512;
}
</style>
background-color css
<style>
a { background-color: #B7F512; }
a { background-color: rgb(183,245,18); }
div.DivClassName
{
background-color: #B7F512;
}
.BgClassName
{
background-color: #B7F512;
}
</style>
border-color css
<style>
span { border-color: #B7F512; }
span { border-color: rgb(183,245,18); }
td.TdClassName
{
border-color: #B7F512;
}
.TagClassName
{
border-color: #B7F512;
}
</style>