Shades of Inch Worm #B2EA28
Tints of Inch Worm #B2EA28
RGB
CMYK
RGB Variations
Color information
#B2EA28 (or 0xB2EA28) is known color: Inch Worm. HEX triplet: B2, EA and 28. RGB value is (178,234,40). Sum of RGB (Red+Green+Blue) = 178+234+40=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EA28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EA28 is #4D15D7. Grayscale: #C3C3C3. Windows color (decimal): -5051864 or 2681522. OLE color: 2681522.
HSL color Cylindrical-coordinate representation of color #B2EA28: hue angle of 77.32º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2EA28 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 40 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.08 |
| HSL | 77.32º | 0.82% | 0.54% | - |
| HSV(B) | 77.32º | 0.83% | 0.92% | - |
| XYZ | 48.17 | 68.46 | 12.68 | - |
| YUV | 195.14 | 40.45 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 40 | 0.24 | 0 | 0.83 | 0.08 | 77.32 | 0.82 | 0.54 |
| Hex | B2 | EA | 28 | 18 | 0 | 53 | 8 | 4D | 52 | 36 |
| Octal | 262 | 352 | 50 | 30 | 0 | 123 | 10 | 115 | 122 | 66 |
| Binary | 10110010 | 11101010 | 101000 | 11000 | 0 | 1010011 | 1000 | 1001101 | 1010010 | 110110 |
Color Harmonies of #B2EA28
Complementary color
Monochromatic Colors of #B2EA28
Black with #B2EA28
Text Example
Text Example
White with #B2EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EA28; }
p { color: rgb(178,234,40); }
H1.HeaderClassName
{
color: #B2EA28;
}
.AnyTagClassName
{
color: #B2EA28;
}
</style>
background-color css
<style>
a { background-color: #B2EA28; }
a { background-color: rgb(178,234,40); }
div.DivClassName
{
background-color: #B2EA28;
}
.BgClassName
{
background-color: #B2EA28;
}
</style>
border-color css
<style>
span { border-color: #B2EA28; }
span { border-color: rgb(178,234,40); }
td.TdClassName
{
border-color: #B2EA28;
}
.TagClassName
{
border-color: #B2EA28;
}
</style>