Shades of Inch Worm #B3E227
Tints of Inch Worm #B3E227
RGB
CMYK
RGB Variations
Color information
#B3E227 (or 0xB3E227) is known color: Inch Worm. HEX triplet: B3, E2 and 27. RGB value is (179,226,39). Sum of RGB (Red+Green+Blue) = 179+226+39=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 226 (88.67% from 255 or 50.90% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 226 - color contains mainly: green. Hex color #B3E227 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E227 is #4C1DD8. Grayscale: #BFBFBF. Windows color (decimal): -4988377 or 2613939. OLE color: 2613939.
HSL color Cylindrical-coordinate representation of color #B3E227: hue angle of 75.08º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3E227 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 226 | 39 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.11 |
| HSL | 75.08º | 0.76% | 0.52% | - |
| HSV(B) | 75.08º | 0.83% | 0.89% | - |
| XYZ | 46.15 | 64.12 | 11.86 | - |
| YUV | 190.63 | 42.43 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 226 | 39 | 0.21 | 0 | 0.83 | 0.11 | 75.08 | 0.76 | 0.52 |
| Hex | B3 | E2 | 27 | 15 | 0 | 53 | B | 4B | 4C | 34 |
| Octal | 263 | 342 | 47 | 25 | 0 | 123 | 13 | 113 | 114 | 64 |
| Binary | 10110011 | 11100010 | 100111 | 10101 | 0 | 1010011 | 1011 | 1001011 | 1001100 | 110100 |
Color Harmonies of #B3E227
Complementary color
Monochromatic Colors of #B3E227
Black with #B3E227
Text Example
Text Example
White with #B3E227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E227; }
p { color: rgb(179,226,39); }
H1.HeaderClassName
{
color: #B3E227;
}
.AnyTagClassName
{
color: #B3E227;
}
</style>
background-color css
<style>
a { background-color: #B3E227; }
a { background-color: rgb(179,226,39); }
div.DivClassName
{
background-color: #B3E227;
}
.BgClassName
{
background-color: #B3E227;
}
</style>
border-color css
<style>
span { border-color: #B3E227; }
span { border-color: rgb(179,226,39); }
td.TdClassName
{
border-color: #B3E227;
}
.TagClassName
{
border-color: #B3E227;
}
</style>