Shades of Inch Worm #B5D40A
Tints of Inch Worm #B5D40A
RGB
CMYK
RGB Variations
Color information
#B5D40A (or 0xB5D40A) is known color: Inch Worm. HEX triplet: B5, D4 and 0A. RGB value is (181,212,10). Sum of RGB (Red+Green+Blue) = 181+212+10=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D40A is #4A2BF5. Grayscale: #B4B4B4. Windows color (decimal): -4860918 or 709813. OLE color: 709813.
HSL color Cylindrical-coordinate representation of color #B5D40A: hue angle of 69.21º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5D40A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 10 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.17 |
| HSL | 69.21º | 0.91% | 0.44% | - |
| HSV(B) | 69.21º | 0.95% | 0.83% | - |
| XYZ | 42.65 | 56.93 | 9.03 | - |
| YUV | 179.7 | 32.23 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 10 | 0.15 | 0 | 0.95 | 0.17 | 69.21 | 0.91 | 0.44 |
| Hex | B5 | D4 | A | F | 0 | 5F | 11 | 45 | 5B | 2C |
| Octal | 265 | 324 | 12 | 17 | 0 | 137 | 21 | 105 | 133 | 54 |
| Binary | 10110101 | 11010100 | 1010 | 1111 | 0 | 1011111 | 10001 | 1000101 | 1011011 | 101100 |
Color Harmonies of #B5D40A
Complementary color
Monochromatic Colors of #B5D40A
Black with #B5D40A
Text Example
Text Example
White with #B5D40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D40A; }
p { color: rgb(181,212,10); }
H1.HeaderClassName
{
color: #B5D40A;
}
.AnyTagClassName
{
color: #B5D40A;
}
</style>
background-color css
<style>
a { background-color: #B5D40A; }
a { background-color: rgb(181,212,10); }
div.DivClassName
{
background-color: #B5D40A;
}
.BgClassName
{
background-color: #B5D40A;
}
</style>
border-color css
<style>
span { border-color: #B5D40A; }
span { border-color: rgb(181,212,10); }
td.TdClassName
{
border-color: #B5D40A;
}
.TagClassName
{
border-color: #B5D40A;
}
</style>