Shades of Inch Worm #B2DF11
Tints of Inch Worm #B2DF11
RGB
CMYK
RGB Variations
Color information
#B2DF11 (or 0xB2DF11) is known color: Inch Worm. HEX triplet: B2, DF and 11. RGB value is (178,223,17). Sum of RGB (Red+Green+Blue) = 178+223+17=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DF11 is #4D20EE. Grayscale: #BABABA. Windows color (decimal): -5054703 or 1171378. OLE color: 1171378.
HSL color Cylindrical-coordinate representation of color #B2DF11: hue angle of 73.11º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2DF11 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 17 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.13 |
| HSL | 73.11º | 0.86% | 0.47% | - |
| HSV(B) | 73.11º | 0.92% | 0.87% | - |
| XYZ | 44.85 | 62.28 | 10.19 | - |
| YUV | 186.06 | 32.59 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 17 | 0.20 | 0 | 0.92 | 0.13 | 73.11 | 0.86 | 0.47 |
| Hex | B2 | DF | 11 | 14 | 0 | 5C | D | 49 | 56 | 2F |
| Octal | 262 | 337 | 21 | 24 | 0 | 134 | 15 | 111 | 126 | 57 |
| Binary | 10110010 | 11011111 | 10001 | 10100 | 0 | 1011100 | 1101 | 1001001 | 1010110 | 101111 |
Color Harmonies of #B2DF11
Complementary color
Monochromatic Colors of #B2DF11
Black with #B2DF11
Text Example
Text Example
White with #B2DF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DF11; }
p { color: rgb(178,223,17); }
H1.HeaderClassName
{
color: #B2DF11;
}
.AnyTagClassName
{
color: #B2DF11;
}
</style>
background-color css
<style>
a { background-color: #B2DF11; }
a { background-color: rgb(178,223,17); }
div.DivClassName
{
background-color: #B2DF11;
}
.BgClassName
{
background-color: #B2DF11;
}
</style>
border-color css
<style>
span { border-color: #B2DF11; }
span { border-color: rgb(178,223,17); }
td.TdClassName
{
border-color: #B2DF11;
}
.TagClassName
{
border-color: #B2DF11;
}
</style>