Shades of Inch Worm #B2EE0D
Tints of Inch Worm #B2EE0D
RGB
CMYK
RGB Variations
Color information
#B2EE0D (or 0xB2EE0D) is known color: Inch Worm. HEX triplet: B2, EE and 0D. RGB value is (178,238,13). Sum of RGB (Red+Green+Blue) = 178+238+13=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 238 (93.36% from 255 or 55.48% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2EE0D is #4D11F2. Grayscale: #C3C3C3. Windows color (decimal): -5050867 or 913074. OLE color: 913074.
HSL color Cylindrical-coordinate representation of color #B2EE0D: hue angle of 76º degrees, saturation: 0.9, 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 #B2EE0D is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 13 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.07 |
| HSL | 76º | 0.9% | 0.49% | - |
| HSV(B) | 76º | 0.95% | 0.93% | - |
| XYZ | 49.01 | 70.64 | 11.43 | - |
| YUV | 194.41 | 25.62 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 13 | 0.25 | 0 | 0.95 | 0.07 | 76 | 0.9 | 0.49 |
| Hex | B2 | EE | D | 19 | 0 | 5F | 7 | 4C | 5A | 31 |
| Octal | 262 | 356 | 15 | 31 | 0 | 137 | 7 | 114 | 132 | 61 |
| Binary | 10110010 | 11101110 | 1101 | 11001 | 0 | 1011111 | 111 | 1001100 | 1011010 | 110001 |
Color Harmonies of #B2EE0D
Complementary color
Monochromatic Colors of #B2EE0D
Black with #B2EE0D
Text Example
Text Example
White with #B2EE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EE0D; }
p { color: rgb(178,238,13); }
H1.HeaderClassName
{
color: #B2EE0D;
}
.AnyTagClassName
{
color: #B2EE0D;
}
</style>
background-color css
<style>
a { background-color: #B2EE0D; }
a { background-color: rgb(178,238,13); }
div.DivClassName
{
background-color: #B2EE0D;
}
.BgClassName
{
background-color: #B2EE0D;
}
</style>
border-color css
<style>
span { border-color: #B2EE0D; }
span { border-color: rgb(178,238,13); }
td.TdClassName
{
border-color: #B2EE0D;
}
.TagClassName
{
border-color: #B2EE0D;
}
</style>