Shades of Inch Worm #B5ED0B
Tints of Inch Worm #B5ED0B
RGB
CMYK
RGB Variations
Color information
#B5ED0B (or 0xB5ED0B) is known color: Inch Worm. HEX triplet: B5, ED and 0B. RGB value is (181,237,11). Sum of RGB (Red+Green+Blue) = 181+237+11=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 237 (92.97% from 255 or 55.24% from 429); Blue value is 11 (4.69% from 255 or 2.56% from 429); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5ED0B is #4A12F4. Grayscale: #C3C3C3. Windows color (decimal): -4854517 or 781749. OLE color: 781749.
HSL color Cylindrical-coordinate representation of color #B5ED0B: hue angle of 74.87º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5ED0B is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 11 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.07 |
| HSL | 74.87º | 0.91% | 0.49% | - |
| HSV(B) | 74.87º | 0.95% | 0.93% | - |
| XYZ | 49.4 | 70.42 | 11.3 | - |
| YUV | 194.49 | 24.45 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 11 | 0.24 | 0 | 0.95 | 0.07 | 74.87 | 0.91 | 0.49 |
| Hex | B5 | ED | B | 18 | 0 | 5F | 7 | 4B | 5B | 31 |
| Octal | 265 | 355 | 13 | 30 | 0 | 137 | 7 | 113 | 133 | 61 |
| Binary | 10110101 | 11101101 | 1011 | 11000 | 0 | 1011111 | 111 | 1001011 | 1011011 | 110001 |
Color Harmonies of #B5ED0B
Complementary color
Monochromatic Colors of #B5ED0B
Black with #B5ED0B
Text Example
Text Example
White with #B5ED0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ED0B; }
p { color: rgb(181,237,11); }
H1.HeaderClassName
{
color: #B5ED0B;
}
.AnyTagClassName
{
color: #B5ED0B;
}
</style>
background-color css
<style>
a { background-color: #B5ED0B; }
a { background-color: rgb(181,237,11); }
div.DivClassName
{
background-color: #B5ED0B;
}
.BgClassName
{
background-color: #B5ED0B;
}
</style>
border-color css
<style>
span { border-color: #B5ED0B; }
span { border-color: rgb(181,237,11); }
td.TdClassName
{
border-color: #B5ED0B;
}
.TagClassName
{
border-color: #B5ED0B;
}
</style>