Shades of Inch Worm #B2D614
Tints of Inch Worm #B2D614
RGB
CMYK
RGB Variations
Color information
#B2D614 (or 0xB2D614) is known color: Inch Worm. HEX triplet: B2, D6 and 14. RGB value is (178,214,20). Sum of RGB (Red+Green+Blue) = 178+214+20=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 214 (83.98% from 255 or 51.94% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D614 is #4D29EB. Grayscale: #B5B5B5. Windows color (decimal): -5057004 or 1365682. OLE color: 1365682.
HSL color Cylindrical-coordinate representation of color #B2D614: hue angle of 71.13º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2D614 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 20 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.16 |
| HSL | 71.13º | 0.83% | 0.46% | - |
| HSV(B) | 71.13º | 0.91% | 0.84% | - |
| XYZ | 42.53 | 57.61 | 9.54 | - |
| YUV | 181.12 | 37.07 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 20 | 0.17 | 0 | 0.91 | 0.16 | 71.13 | 0.83 | 0.46 |
| Hex | B2 | D6 | 14 | 11 | 0 | 5B | 10 | 47 | 53 | 2E |
| Octal | 262 | 326 | 24 | 21 | 0 | 133 | 20 | 107 | 123 | 56 |
| Binary | 10110010 | 11010110 | 10100 | 10001 | 0 | 1011011 | 10000 | 1000111 | 1010011 | 101110 |
Color Harmonies of #B2D614
Complementary color
Monochromatic Colors of #B2D614
Black with #B2D614
Text Example
Text Example
White with #B2D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D614; }
p { color: rgb(178,214,20); }
H1.HeaderClassName
{
color: #B2D614;
}
.AnyTagClassName
{
color: #B2D614;
}
</style>
background-color css
<style>
a { background-color: #B2D614; }
a { background-color: rgb(178,214,20); }
div.DivClassName
{
background-color: #B2D614;
}
.BgClassName
{
background-color: #B2D614;
}
</style>
border-color css
<style>
span { border-color: #B2D614; }
span { border-color: rgb(178,214,20); }
td.TdClassName
{
border-color: #B2D614;
}
.TagClassName
{
border-color: #B2D614;
}
</style>