Shades of Inch Worm #B2D608
Tints of Inch Worm #B2D608
RGB
CMYK
RGB Variations
Color information
#B2D608 (or 0xB2D608) is known color: Inch Worm. HEX triplet: B2, D6 and 08. RGB value is (178,214,8). Sum of RGB (Red+Green+Blue) = 178+214+8=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D608 is #4D29F7. Grayscale: #B4B4B4. Windows color (decimal): -5057016 or 579250. OLE color: 579250.
HSL color Cylindrical-coordinate representation of color #B2D608: hue angle of 70.49º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2D608 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 8 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.16 |
| HSL | 70.49º | 0.93% | 0.44% | - |
| HSV(B) | 70.49º | 0.96% | 0.84% | - |
| XYZ | 42.45 | 57.58 | 9.11 | - |
| YUV | 179.75 | 31.07 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 8 | 0.17 | 0 | 0.96 | 0.16 | 70.49 | 0.93 | 0.44 |
| Hex | B2 | D6 | 8 | 11 | 0 | 60 | 10 | 46 | 5D | 2C |
| Octal | 262 | 326 | 10 | 21 | 0 | 140 | 20 | 106 | 135 | 54 |
| Binary | 10110010 | 11010110 | 1000 | 10001 | 0 | 1100000 | 10000 | 1000110 | 1011101 | 101100 |
Color Harmonies of #B2D608
Complementary color
Monochromatic Colors of #B2D608
Black with #B2D608
Text Example
Text Example
White with #B2D608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D608; }
p { color: rgb(178,214,8); }
H1.HeaderClassName
{
color: #B2D608;
}
.AnyTagClassName
{
color: #B2D608;
}
</style>
background-color css
<style>
a { background-color: #B2D608; }
a { background-color: rgb(178,214,8); }
div.DivClassName
{
background-color: #B2D608;
}
.BgClassName
{
background-color: #B2D608;
}
</style>
border-color css
<style>
span { border-color: #B2D608; }
span { border-color: rgb(178,214,8); }
td.TdClassName
{
border-color: #B2D608;
}
.TagClassName
{
border-color: #B2D608;
}
</style>