Shades of Inch Worm #B5D510
Tints of Inch Worm #B5D510
RGB
CMYK
RGB Variations
Color information
#B5D510 (or 0xB5D510) is known color: Inch Worm. HEX triplet: B5, D5 and 10. RGB value is (181,213,16). Sum of RGB (Red+Green+Blue) = 181+213+16=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 213 (83.59% from 255 or 51.95% from 410); Blue value is 16 (6.64% from 255 or 3.90% from 410); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D510 is #4A2AEF. Grayscale: #B5B5B5. Windows color (decimal): -4860656 or 1103285. OLE color: 1103285.
HSL color Cylindrical-coordinate representation of color #B5D510: hue angle of 69.75º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5D510 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 16 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.16 |
| HSL | 69.75º | 0.86% | 0.45% | - |
| HSV(B) | 69.75º | 0.92% | 0.84% | - |
| XYZ | 42.94 | 57.45 | 9.32 | - |
| YUV | 180.97 | 34.9 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 16 | 0.15 | 0 | 0.92 | 0.16 | 69.75 | 0.86 | 0.45 |
| Hex | B5 | D5 | 10 | F | 0 | 5C | 10 | 46 | 56 | 2D |
| Octal | 265 | 325 | 20 | 17 | 0 | 134 | 20 | 106 | 126 | 55 |
| Binary | 10110101 | 11010101 | 10000 | 1111 | 0 | 1011100 | 10000 | 1000110 | 1010110 | 101101 |
Color Harmonies of #B5D510
Complementary color
Monochromatic Colors of #B5D510
Black with #B5D510
Text Example
Text Example
White with #B5D510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D510; }
p { color: rgb(181,213,16); }
H1.HeaderClassName
{
color: #B5D510;
}
.AnyTagClassName
{
color: #B5D510;
}
</style>
background-color css
<style>
a { background-color: #B5D510; }
a { background-color: rgb(181,213,16); }
div.DivClassName
{
background-color: #B5D510;
}
.BgClassName
{
background-color: #B5D510;
}
</style>
border-color css
<style>
span { border-color: #B5D510; }
span { border-color: rgb(181,213,16); }
td.TdClassName
{
border-color: #B5D510;
}
.TagClassName
{
border-color: #B5D510;
}
</style>