Shades of Inch Worm #B2D501
Tints of Inch Worm #B2D501
RGB
CMYK
RGB Variations
Color information
#B2D501 (or 0xB2D501) is known color: Inch Worm. HEX triplet: B2, D5 and 01. RGB value is (178,213,1). Sum of RGB (Red+Green+Blue) = 178+213+1=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D501 is #4D2AFE. Grayscale: #B3B3B3. Windows color (decimal): -5057279 or 120242. OLE color: 120242.
HSL color Cylindrical-coordinate representation of color #B2D501: hue angle of 69.91º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2D501 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.16 |
| HSL | 69.91º | 0.99% | 0.42% | - |
| HSV(B) | 69.91º | 1% | 0.84% | - |
| XYZ | 42.16 | 57.06 | 8.82 | - |
| YUV | 178.37 | 27.9 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 1 | 0.16 | 0 | 1.00 | 0.16 | 69.91 | 0.99 | 0.42 |
| Hex | B2 | D5 | 1 | 10 | 0 | 64 | 10 | 46 | 63 | 2A |
| Octal | 262 | 325 | 1 | 20 | 0 | 144 | 20 | 106 | 143 | 52 |
| Binary | 10110010 | 11010101 | 1 | 10000 | 0 | 1100100 | 10000 | 1000110 | 1100011 | 101010 |
Color Harmonies of #B2D501
Complementary color
Monochromatic Colors of #B2D501
Black with #B2D501
Text Example
Text Example
White with #B2D501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D501; }
p { color: rgb(178,213,1); }
H1.HeaderClassName
{
color: #B2D501;
}
.AnyTagClassName
{
color: #B2D501;
}
</style>
background-color css
<style>
a { background-color: #B2D501; }
a { background-color: rgb(178,213,1); }
div.DivClassName
{
background-color: #B2D501;
}
.BgClassName
{
background-color: #B2D501;
}
</style>
border-color css
<style>
span { border-color: #B2D501; }
span { border-color: rgb(178,213,1); }
td.TdClassName
{
border-color: #B2D501;
}
.TagClassName
{
border-color: #B2D501;
}
</style>