Shades of Inch Worm #B5D902
Tints of Inch Worm #B5D902
RGB
CMYK
RGB Variations
Color information
#B5D902 (or 0xB5D902) is known color: Inch Worm. HEX triplet: B5, D9 and 02. RGB value is (181,217,2). Sum of RGB (Red+Green+Blue) = 181+217+2=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D902 is #4A26FD. Grayscale: #B6B6B6. Windows color (decimal): -4859646 or 186805. OLE color: 186805.
HSL color Cylindrical-coordinate representation of color #B5D902: hue angle of 70.05º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5D902 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.15 |
| HSL | 70.05º | 0.98% | 0.43% | - |
| HSV(B) | 70.05º | 0.99% | 0.85% | - |
| XYZ | 43.88 | 59.45 | 9.22 | - |
| YUV | 181.73 | 26.57 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 2 | 0.17 | 0 | 0.99 | 0.15 | 70.05 | 0.98 | 0.43 |
| Hex | B5 | D9 | 2 | 11 | 0 | 63 | F | 46 | 62 | 2B |
| Octal | 265 | 331 | 2 | 21 | 0 | 143 | 17 | 106 | 142 | 53 |
| Binary | 10110101 | 11011001 | 10 | 10001 | 0 | 1100011 | 1111 | 1000110 | 1100010 | 101011 |
Color Harmonies of #B5D902
Complementary color
Monochromatic Colors of #B5D902
Black with #B5D902
Text Example
Text Example
White with #B5D902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D902; }
p { color: rgb(181,217,2); }
H1.HeaderClassName
{
color: #B5D902;
}
.AnyTagClassName
{
color: #B5D902;
}
</style>
background-color css
<style>
a { background-color: #B5D902; }
a { background-color: rgb(181,217,2); }
div.DivClassName
{
background-color: #B5D902;
}
.BgClassName
{
background-color: #B5D902;
}
</style>
border-color css
<style>
span { border-color: #B5D902; }
span { border-color: rgb(181,217,2); }
td.TdClassName
{
border-color: #B5D902;
}
.TagClassName
{
border-color: #B5D902;
}
</style>