Shades of Inch Worm #B5D608
Tints of Inch Worm #B5D608
RGB
CMYK
RGB Variations
Color information
#B5D608 (or 0xB5D608) is known color: Inch Worm. HEX triplet: B5, D6 and 08. RGB value is (181,214,8). Sum of RGB (Red+Green+Blue) = 181+214+8=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D608 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D608 is #4A29F7. Grayscale: #B5B5B5. Windows color (decimal): -4860408 or 579253. OLE color: 579253.
HSL color Cylindrical-coordinate representation of color #B5D608: hue angle of 69.61º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5D608 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 8 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.16 |
| HSL | 69.61º | 0.93% | 0.44% | - |
| HSV(B) | 69.61º | 0.96% | 0.84% | - |
| XYZ | 43.15 | 57.93 | 9.14 | - |
| YUV | 180.65 | 30.57 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 8 | 0.15 | 0 | 0.96 | 0.16 | 69.61 | 0.93 | 0.44 |
| Hex | B5 | D6 | 8 | F | 0 | 60 | 10 | 46 | 5D | 2C |
| Octal | 265 | 326 | 10 | 17 | 0 | 140 | 20 | 106 | 135 | 54 |
| Binary | 10110101 | 11010110 | 1000 | 1111 | 0 | 1100000 | 10000 | 1000110 | 1011101 | 101100 |
Color Harmonies of #B5D608
Complementary color
Monochromatic Colors of #B5D608
Black with #B5D608
Text Example
Text Example
White with #B5D608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D608; }
p { color: rgb(181,214,8); }
H1.HeaderClassName
{
color: #B5D608;
}
.AnyTagClassName
{
color: #B5D608;
}
</style>
background-color css
<style>
a { background-color: #B5D608; }
a { background-color: rgb(181,214,8); }
div.DivClassName
{
background-color: #B5D608;
}
.BgClassName
{
background-color: #B5D608;
}
</style>
border-color css
<style>
span { border-color: #B5D608; }
span { border-color: rgb(181,214,8); }
td.TdClassName
{
border-color: #B5D608;
}
.TagClassName
{
border-color: #B5D608;
}
</style>