Shades of Inch Worm #B5D908
Tints of Inch Worm #B5D908
RGB
CMYK
RGB Variations
Color information
#B5D908 (or 0xB5D908) is known color: Inch Worm. HEX triplet: B5, D9 and 08. RGB value is (181,217,8). Sum of RGB (Red+Green+Blue) = 181+217+8=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D908 is #4A26F7. Grayscale: #B7B7B7. Windows color (decimal): -4859640 or 580021. OLE color: 580021.
HSL color Cylindrical-coordinate representation of color #B5D908: hue angle of 70.33º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5D908 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 8 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.15 |
| HSL | 70.33º | 0.93% | 0.44% | - |
| HSV(B) | 70.33º | 0.96% | 0.85% | - |
| XYZ | 43.91 | 59.47 | 9.39 | - |
| YUV | 182.41 | 29.57 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 8 | 0.17 | 0 | 0.96 | 0.15 | 70.33 | 0.93 | 0.44 |
| Hex | B5 | D9 | 8 | 11 | 0 | 60 | F | 46 | 5D | 2C |
| Octal | 265 | 331 | 10 | 21 | 0 | 140 | 17 | 106 | 135 | 54 |
| Binary | 10110101 | 11011001 | 1000 | 10001 | 0 | 1100000 | 1111 | 1000110 | 1011101 | 101100 |
Color Harmonies of #B5D908
Complementary color
Monochromatic Colors of #B5D908
Black with #B5D908
Text Example
Text Example
White with #B5D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D908; }
p { color: rgb(181,217,8); }
H1.HeaderClassName
{
color: #B5D908;
}
.AnyTagClassName
{
color: #B5D908;
}
</style>
background-color css
<style>
a { background-color: #B5D908; }
a { background-color: rgb(181,217,8); }
div.DivClassName
{
background-color: #B5D908;
}
.BgClassName
{
background-color: #B5D908;
}
</style>
border-color css
<style>
span { border-color: #B5D908; }
span { border-color: rgb(181,217,8); }
td.TdClassName
{
border-color: #B5D908;
}
.TagClassName
{
border-color: #B5D908;
}
</style>