Shades of Inch Worm #B5D50A
Tints of Inch Worm #B5D50A
RGB
CMYK
RGB Variations
Color information
#B5D50A (or 0xB5D50A) is known color: Inch Worm. HEX triplet: B5, D5 and 0A. RGB value is (181,213,10). Sum of RGB (Red+Green+Blue) = 181+213+10=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D50A is #4A2AF5. Grayscale: #B5B5B5. Windows color (decimal): -4860662 or 710069. OLE color: 710069.
HSL color Cylindrical-coordinate representation of color #B5D50A: hue angle of 69.46º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5D50A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 10 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.16 |
| HSL | 69.46º | 0.91% | 0.44% | - |
| HSV(B) | 69.46º | 0.95% | 0.84% | - |
| XYZ | 42.91 | 57.43 | 9.11 | - |
| YUV | 180.29 | 31.9 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 10 | 0.15 | 0 | 0.95 | 0.16 | 69.46 | 0.91 | 0.44 |
| Hex | B5 | D5 | A | F | 0 | 5F | 10 | 45 | 5B | 2C |
| Octal | 265 | 325 | 12 | 17 | 0 | 137 | 20 | 105 | 133 | 54 |
| Binary | 10110101 | 11010101 | 1010 | 1111 | 0 | 1011111 | 10000 | 1000101 | 1011011 | 101100 |
Color Harmonies of #B5D50A
Complementary color
Monochromatic Colors of #B5D50A
Black with #B5D50A
Text Example
Text Example
White with #B5D50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D50A; }
p { color: rgb(181,213,10); }
H1.HeaderClassName
{
color: #B5D50A;
}
.AnyTagClassName
{
color: #B5D50A;
}
</style>
background-color css
<style>
a { background-color: #B5D50A; }
a { background-color: rgb(181,213,10); }
div.DivClassName
{
background-color: #B5D50A;
}
.BgClassName
{
background-color: #B5D50A;
}
</style>
border-color css
<style>
span { border-color: #B5D50A; }
span { border-color: rgb(181,213,10); }
td.TdClassName
{
border-color: #B5D50A;
}
.TagClassName
{
border-color: #B5D50A;
}
</style>