Shades of Inch Worm #B2EE0A
Tints of Inch Worm #B2EE0A
RGB
CMYK
RGB Variations
Color information
#B2EE0A (or 0xB2EE0A) is known color: Inch Worm. HEX triplet: B2, EE and 0A. RGB value is (178,238,10). Sum of RGB (Red+Green+Blue) = 178+238+10=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 238 (93.36% from 255 or 55.87% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2EE0A is #4D11F5. Grayscale: #C2C2C2. Windows color (decimal): -5050870 or 716466. OLE color: 716466.
HSL color Cylindrical-coordinate representation of color #B2EE0A: hue angle of 75.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2EE0A is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 10 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.07 |
| HSL | 75.79º | 0.92% | 0.49% | - |
| HSV(B) | 75.79º | 0.96% | 0.93% | - |
| XYZ | 48.99 | 70.64 | 11.34 | - |
| YUV | 194.07 | 24.12 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 10 | 0.25 | 0 | 0.96 | 0.07 | 75.79 | 0.92 | 0.49 |
| Hex | B2 | EE | A | 19 | 0 | 60 | 7 | 4C | 5C | 31 |
| Octal | 262 | 356 | 12 | 31 | 0 | 140 | 7 | 114 | 134 | 61 |
| Binary | 10110010 | 11101110 | 1010 | 11001 | 0 | 1100000 | 111 | 1001100 | 1011100 | 110001 |
Color Harmonies of #B2EE0A
Complementary color
Monochromatic Colors of #B2EE0A
Black with #B2EE0A
Text Example
Text Example
White with #B2EE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EE0A; }
p { color: rgb(178,238,10); }
H1.HeaderClassName
{
color: #B2EE0A;
}
.AnyTagClassName
{
color: #B2EE0A;
}
</style>
background-color css
<style>
a { background-color: #B2EE0A; }
a { background-color: rgb(178,238,10); }
div.DivClassName
{
background-color: #B2EE0A;
}
.BgClassName
{
background-color: #B2EE0A;
}
</style>
border-color css
<style>
span { border-color: #B2EE0A; }
span { border-color: rgb(178,238,10); }
td.TdClassName
{
border-color: #B2EE0A;
}
.TagClassName
{
border-color: #B2EE0A;
}
</style>