Shades of Inch Worm #B2EE05
Tints of Inch Worm #B2EE05
RGB
CMYK
RGB Variations
Color information
#B2EE05 (or 0xB2EE05) is known color: Inch Worm. HEX triplet: B2, EE and 05. RGB value is (178,238,5). Sum of RGB (Red+Green+Blue) = 178+238+5=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 238 (93.36% from 255 or 56.53% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2EE05 is #4D11FA. Grayscale: #C2C2C2. Windows color (decimal): -5050875 or 388786. OLE color: 388786.
HSL color Cylindrical-coordinate representation of color #B2EE05: hue angle of 75.45º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2EE05 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 5 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.07 |
| HSL | 75.45º | 0.96% | 0.48% | - |
| HSV(B) | 75.45º | 0.98% | 0.93% | - |
| XYZ | 48.96 | 70.63 | 11.2 | - |
| YUV | 193.5 | 21.62 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 5 | 0.25 | 0 | 0.98 | 0.07 | 75.45 | 0.96 | 0.48 |
| Hex | B2 | EE | 5 | 19 | 0 | 62 | 7 | 4B | 60 | 30 |
| Octal | 262 | 356 | 5 | 31 | 0 | 142 | 7 | 113 | 140 | 60 |
| Binary | 10110010 | 11101110 | 101 | 11001 | 0 | 1100010 | 111 | 1001011 | 1100000 | 110000 |
Color Harmonies of #B2EE05
Complementary color
Monochromatic Colors of #B2EE05
Black with #B2EE05
Text Example
Text Example
White with #B2EE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EE05; }
p { color: rgb(178,238,5); }
H1.HeaderClassName
{
color: #B2EE05;
}
.AnyTagClassName
{
color: #B2EE05;
}
</style>
background-color css
<style>
a { background-color: #B2EE05; }
a { background-color: rgb(178,238,5); }
div.DivClassName
{
background-color: #B2EE05;
}
.BgClassName
{
background-color: #B2EE05;
}
</style>
border-color css
<style>
span { border-color: #B2EE05; }
span { border-color: rgb(178,238,5); }
td.TdClassName
{
border-color: #B2EE05;
}
.TagClassName
{
border-color: #B2EE05;
}
</style>