Shades of Inch Worm #B2D50A
Tints of Inch Worm #B2D50A
RGB
CMYK
RGB Variations
Color information
#B2D50A (or 0xB2D50A) is known color: Inch Worm. HEX triplet: B2, D5 and 0A. RGB value is (178,213,10). Sum of RGB (Red+Green+Blue) = 178+213+10=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D50A is #4D2AF5. Grayscale: #B4B4B4. Windows color (decimal): -5057270 or 710066. OLE color: 710066.
HSL color Cylindrical-coordinate representation of color #B2D50A: hue angle of 70.34º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2D50A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 10 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.16 |
| HSL | 70.34º | 0.91% | 0.44% | - |
| HSV(B) | 70.34º | 0.95% | 0.84% | - |
| XYZ | 42.21 | 57.08 | 9.08 | - |
| YUV | 179.39 | 32.4 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 10 | 0.16 | 0 | 0.95 | 0.16 | 70.34 | 0.91 | 0.44 |
| Hex | B2 | D5 | A | 10 | 0 | 5F | 10 | 46 | 5B | 2C |
| Octal | 262 | 325 | 12 | 20 | 0 | 137 | 20 | 106 | 133 | 54 |
| Binary | 10110010 | 11010101 | 1010 | 10000 | 0 | 1011111 | 10000 | 1000110 | 1011011 | 101100 |
Color Harmonies of #B2D50A
Complementary color
Monochromatic Colors of #B2D50A
Black with #B2D50A
Text Example
Text Example
White with #B2D50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D50A; }
p { color: rgb(178,213,10); }
H1.HeaderClassName
{
color: #B2D50A;
}
.AnyTagClassName
{
color: #B2D50A;
}
</style>
background-color css
<style>
a { background-color: #B2D50A; }
a { background-color: rgb(178,213,10); }
div.DivClassName
{
background-color: #B2D50A;
}
.BgClassName
{
background-color: #B2D50A;
}
</style>
border-color css
<style>
span { border-color: #B2D50A; }
span { border-color: rgb(178,213,10); }
td.TdClassName
{
border-color: #B2D50A;
}
.TagClassName
{
border-color: #B2D50A;
}
</style>