Shades of Inch Worm #B7D615
Tints of Inch Worm #B7D615
RGB
CMYK
RGB Variations
Color information
#B7D615 (or 0xB7D615) is known color: Inch Worm. HEX triplet: B7, D6 and 15. RGB value is (183,214,21). Sum of RGB (Red+Green+Blue) = 183+214+21=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D615 is #4829EA. Grayscale: #B7B7B7. Windows color (decimal): -4729323 or 1431223. OLE color: 1431223.
HSL color Cylindrical-coordinate representation of color #B7D615: hue angle of 69.64º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7D615 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 21 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.16 |
| HSL | 69.64º | 0.82% | 0.46% | - |
| HSV(B) | 69.64º | 0.9% | 0.84% | - |
| XYZ | 43.71 | 58.21 | 9.64 | - |
| YUV | 182.73 | 36.73 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 21 | 0.14 | 0 | 0.90 | 0.16 | 69.64 | 0.82 | 0.46 |
| Hex | B7 | D6 | 15 | E | 0 | 5A | 10 | 46 | 52 | 2E |
| Octal | 267 | 326 | 25 | 16 | 0 | 132 | 20 | 106 | 122 | 56 |
| Binary | 10110111 | 11010110 | 10101 | 1110 | 0 | 1011010 | 10000 | 1000110 | 1010010 | 101110 |
Color Harmonies of #B7D615
Complementary color
Monochromatic Colors of #B7D615
Black with #B7D615
Text Example
Text Example
White with #B7D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D615; }
p { color: rgb(183,214,21); }
H1.HeaderClassName
{
color: #B7D615;
}
.AnyTagClassName
{
color: #B7D615;
}
</style>
background-color css
<style>
a { background-color: #B7D615; }
a { background-color: rgb(183,214,21); }
div.DivClassName
{
background-color: #B7D615;
}
.BgClassName
{
background-color: #B7D615;
}
</style>
border-color css
<style>
span { border-color: #B7D615; }
span { border-color: rgb(183,214,21); }
td.TdClassName
{
border-color: #B7D615;
}
.TagClassName
{
border-color: #B7D615;
}
</style>