Shades of Inch Worm #B2DF13
Tints of Inch Worm #B2DF13
RGB
CMYK
RGB Variations
Color information
#B2DF13 (or 0xB2DF13) is known color: Inch Worm. HEX triplet: B2, DF and 13. RGB value is (178,223,19). Sum of RGB (Red+Green+Blue) = 178+223+19=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DF13 is #4D20EC. Grayscale: #BBBBBB. Windows color (decimal): -5054701 or 1302450. OLE color: 1302450.
HSL color Cylindrical-coordinate representation of color #B2DF13: hue angle of 73.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2DF13 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 19 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.13 |
| HSL | 73.24º | 0.84% | 0.47% | - |
| HSV(B) | 73.24º | 0.91% | 0.87% | - |
| XYZ | 44.87 | 62.29 | 10.27 | - |
| YUV | 186.29 | 33.59 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 19 | 0.20 | 0 | 0.91 | 0.13 | 73.24 | 0.84 | 0.47 |
| Hex | B2 | DF | 13 | 14 | 0 | 5B | D | 49 | 54 | 2F |
| Octal | 262 | 337 | 23 | 24 | 0 | 133 | 15 | 111 | 124 | 57 |
| Binary | 10110010 | 11011111 | 10011 | 10100 | 0 | 1011011 | 1101 | 1001001 | 1010100 | 101111 |
Color Harmonies of #B2DF13
Complementary color
Monochromatic Colors of #B2DF13
Black with #B2DF13
Text Example
Text Example
White with #B2DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DF13; }
p { color: rgb(178,223,19); }
H1.HeaderClassName
{
color: #B2DF13;
}
.AnyTagClassName
{
color: #B2DF13;
}
</style>
background-color css
<style>
a { background-color: #B2DF13; }
a { background-color: rgb(178,223,19); }
div.DivClassName
{
background-color: #B2DF13;
}
.BgClassName
{
background-color: #B2DF13;
}
</style>
border-color css
<style>
span { border-color: #B2DF13; }
span { border-color: rgb(178,223,19); }
td.TdClassName
{
border-color: #B2DF13;
}
.TagClassName
{
border-color: #B2DF13;
}
</style>