Shades of Inch Worm #B1D603
Tints of Inch Worm #B1D603
RGB
CMYK
RGB Variations
Color information
#B1D603 (or 0xB1D603) is known color: Inch Worm. HEX triplet: B1, D6 and 03. RGB value is (177,214,3). Sum of RGB (Red+Green+Blue) = 177+214+3=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1D603 is #4E29FC. Grayscale: #B3B3B3. Windows color (decimal): -5122557 or 251569. OLE color: 251569.
HSL color Cylindrical-coordinate representation of color #B1D603: hue angle of 70.52º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1D603 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 3 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.16 |
| HSL | 70.52º | 0.97% | 0.43% | - |
| HSV(B) | 70.52º | 0.99% | 0.84% | - |
| XYZ | 42.19 | 57.45 | 8.95 | - |
| YUV | 178.88 | 28.74 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 3 | 0.17 | 0 | 0.99 | 0.16 | 70.52 | 0.97 | 0.43 |
| Hex | B1 | D6 | 3 | 11 | 0 | 63 | 10 | 47 | 61 | 2B |
| Octal | 261 | 326 | 3 | 21 | 0 | 143 | 20 | 107 | 141 | 53 |
| Binary | 10110001 | 11010110 | 11 | 10001 | 0 | 1100011 | 10000 | 1000111 | 1100001 | 101011 |
Color Harmonies of #B1D603
Complementary color
Monochromatic Colors of #B1D603
Black with #B1D603
Text Example
Text Example
White with #B1D603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D603; }
p { color: rgb(177,214,3); }
H1.HeaderClassName
{
color: #B1D603;
}
.AnyTagClassName
{
color: #B1D603;
}
</style>
background-color css
<style>
a { background-color: #B1D603; }
a { background-color: rgb(177,214,3); }
div.DivClassName
{
background-color: #B1D603;
}
.BgClassName
{
background-color: #B1D603;
}
</style>
border-color css
<style>
span { border-color: #B1D603; }
span { border-color: rgb(177,214,3); }
td.TdClassName
{
border-color: #B1D603;
}
.TagClassName
{
border-color: #B1D603;
}
</style>