Shades of Inch Worm #B2ED0B
Tints of Inch Worm #B2ED0B
RGB
CMYK
RGB Variations
Color information
#B2ED0B (or 0xB2ED0B) is known color: Inch Worm. HEX triplet: B2, ED and 0B. RGB value is (178,237,11). Sum of RGB (Red+Green+Blue) = 178+237+11=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 237 (92.97% from 255 or 55.63% from 426); Blue value is 11 (4.69% from 255 or 2.58% from 426); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2ED0B is #4D12F4. Grayscale: #C2C2C2. Windows color (decimal): -5051125 or 781746. OLE color: 781746.
HSL color Cylindrical-coordinate representation of color #B2ED0B: hue angle of 75.66º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2ED0B is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 11 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.07 |
| HSL | 75.66º | 0.91% | 0.49% | - |
| HSV(B) | 75.66º | 0.95% | 0.93% | - |
| XYZ | 48.7 | 70.06 | 11.27 | - |
| YUV | 193.6 | 24.95 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 11 | 0.25 | 0 | 0.95 | 0.07 | 75.66 | 0.91 | 0.49 |
| Hex | B2 | ED | B | 19 | 0 | 5F | 7 | 4C | 5B | 31 |
| Octal | 262 | 355 | 13 | 31 | 0 | 137 | 7 | 114 | 133 | 61 |
| Binary | 10110010 | 11101101 | 1011 | 11001 | 0 | 1011111 | 111 | 1001100 | 1011011 | 110001 |
Color Harmonies of #B2ED0B
Complementary color
Monochromatic Colors of #B2ED0B
Black with #B2ED0B
Text Example
Text Example
White with #B2ED0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ED0B; }
p { color: rgb(178,237,11); }
H1.HeaderClassName
{
color: #B2ED0B;
}
.AnyTagClassName
{
color: #B2ED0B;
}
</style>
background-color css
<style>
a { background-color: #B2ED0B; }
a { background-color: rgb(178,237,11); }
div.DivClassName
{
background-color: #B2ED0B;
}
.BgClassName
{
background-color: #B2ED0B;
}
</style>
border-color css
<style>
span { border-color: #B2ED0B; }
span { border-color: rgb(178,237,11); }
td.TdClassName
{
border-color: #B2ED0B;
}
.TagClassName
{
border-color: #B2ED0B;
}
</style>