Shades of Inch Worm #B5E308
Tints of Inch Worm #B5E308
RGB
CMYK
RGB Variations
Color information
#B5E308 (or 0xB5E308) is known color: Inch Worm. HEX triplet: B5, E3 and 08. RGB value is (181,227,8). Sum of RGB (Red+Green+Blue) = 181+227+8=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 227 (89.06% from 255 or 54.57% from 416); Blue value is 8 (3.52% from 255 or 1.92% from 416); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E308 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5E308 is #4A1CF7. Grayscale: #BDBDBD. Windows color (decimal): -4857080 or 582581. OLE color: 582581.
HSL color Cylindrical-coordinate representation of color #B5E308: hue angle of 72.6º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5E308 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 8 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.11 |
| HSL | 72.6º | 0.93% | 0.46% | - |
| HSV(B) | 72.6º | 0.96% | 0.89% | - |
| XYZ | 46.57 | 64.78 | 10.28 | - |
| YUV | 188.28 | 26.26 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 8 | 0.20 | 0 | 0.96 | 0.11 | 72.6 | 0.93 | 0.46 |
| Hex | B5 | E3 | 8 | 14 | 0 | 60 | B | 49 | 5D | 2E |
| Octal | 265 | 343 | 10 | 24 | 0 | 140 | 13 | 111 | 135 | 56 |
| Binary | 10110101 | 11100011 | 1000 | 10100 | 0 | 1100000 | 1011 | 1001001 | 1011101 | 101110 |
Color Harmonies of #B5E308
Complementary color
Monochromatic Colors of #B5E308
Black with #B5E308
Text Example
Text Example
White with #B5E308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E308; }
p { color: rgb(181,227,8); }
H1.HeaderClassName
{
color: #B5E308;
}
.AnyTagClassName
{
color: #B5E308;
}
</style>
background-color css
<style>
a { background-color: #B5E308; }
a { background-color: rgb(181,227,8); }
div.DivClassName
{
background-color: #B5E308;
}
.BgClassName
{
background-color: #B5E308;
}
</style>
border-color css
<style>
span { border-color: #B5E308; }
span { border-color: rgb(181,227,8); }
td.TdClassName
{
border-color: #B5E308;
}
.TagClassName
{
border-color: #B5E308;
}
</style>