Shades of Inch Worm #B2D502
Tints of Inch Worm #B2D502
RGB
CMYK
RGB Variations
Color information
#B2D502 (or 0xB2D502) is known color: Inch Worm. HEX triplet: B2, D5 and 02. RGB value is (178,213,2). Sum of RGB (Red+Green+Blue) = 178+213+2=393 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.29% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 2 (1.17% from 255 or 0.51% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D502 is #4D2AFD. Grayscale: #B3B3B3. Windows color (decimal): -5057278 or 185778. OLE color: 185778.
HSL color Cylindrical-coordinate representation of color #B2D502: hue angle of 69.95º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2D502 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.16 |
| HSL | 69.95º | 0.98% | 0.42% | - |
| HSV(B) | 69.95º | 0.99% | 0.84% | - |
| XYZ | 42.17 | 57.06 | 8.85 | - |
| YUV | 178.48 | 28.4 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 2 | 0.16 | 0 | 0.99 | 0.16 | 69.95 | 0.98 | 0.42 |
| Hex | B2 | D5 | 2 | 10 | 0 | 63 | 10 | 46 | 62 | 2A |
| Octal | 262 | 325 | 2 | 20 | 0 | 143 | 20 | 106 | 142 | 52 |
| Binary | 10110010 | 11010101 | 10 | 10000 | 0 | 1100011 | 10000 | 1000110 | 1100010 | 101010 |
Color Harmonies of #B2D502
Complementary color
Monochromatic Colors of #B2D502
Black with #B2D502
Text Example
Text Example
White with #B2D502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D502; }
p { color: rgb(178,213,2); }
H1.HeaderClassName
{
color: #B2D502;
}
.AnyTagClassName
{
color: #B2D502;
}
</style>
background-color css
<style>
a { background-color: #B2D502; }
a { background-color: rgb(178,213,2); }
div.DivClassName
{
background-color: #B2D502;
}
.BgClassName
{
background-color: #B2D502;
}
</style>
border-color css
<style>
span { border-color: #B2D502; }
span { border-color: rgb(178,213,2); }
td.TdClassName
{
border-color: #B2D502;
}
.TagClassName
{
border-color: #B2D502;
}
</style>