Shades of Inch Worm #B5E00D
Tints of Inch Worm #B5E00D
RGB
CMYK
RGB Variations
Color information
#B5E00D (or 0xB5E00D) is known color: Inch Worm. HEX triplet: B5, E0 and 0D. RGB value is (181,224,13). Sum of RGB (Red+Green+Blue) = 181+224+13=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 224 (87.89% from 255 or 53.59% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5E00D is #4A1FF2. Grayscale: #BBBBBB. Windows color (decimal): -4857843 or 909493. OLE color: 909493.
HSL color Cylindrical-coordinate representation of color #B5E00D: hue angle of 72.23º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5E00D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
RGB | 181 | 224 | 13 | - |
CMYK | 0.19 | 0 | 0.94 | 0.12 |
HSL | 72.23º | 0.89% | 0.46% | - |
HSV(B) | 72.23º | 0.94% | 0.88% | - |
XYZ | 45.78 | 63.16 | 10.16 | - |
YUV | 187.09 | 29.75 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 224 | 13 | 0.19 | 0 | 0.94 | 0.12 | 72.23 | 0.89 | 0.46 |
Hex | B5 | E0 | D | 13 | 0 | 5E | C | 48 | 59 | 2E |
Octal | 265 | 340 | 15 | 23 | 0 | 136 | 14 | 110 | 131 | 56 |
Binary | 10110101 | 11100000 | 1101 | 10011 | 0 | 1011110 | 1100 | 1001000 | 1011001 | 101110 |
Color Harmonies of #B5E00D
Complementary color
Monochromatic Colors of #B5E00D
Black with #B5E00D
Text Example
Text Example
White with #B5E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E00D; }
p { color: rgb(181,224,13); }
H1.HeaderClassName
{
color: #B5E00D;
}
.AnyTagClassName
{
color: #B5E00D;
}
</style>
background-color css
<style>
a { background-color: #B5E00D; }
a { background-color: rgb(181,224,13); }
div.DivClassName
{
background-color: #B5E00D;
}
.BgClassName
{
background-color: #B5E00D;
}
</style>
border-color css
<style>
span { border-color: #B5E00D; }
span { border-color: rgb(181,224,13); }
td.TdClassName
{
border-color: #B5E00D;
}
.TagClassName
{
border-color: #B5E00D;
}
</style>