Shades of Inch Worm #B0DF11
Tints of Inch Worm #B0DF11
RGB
CMYK
RGB Variations
Color information
#B0DF11 (or 0xB0DF11) is known color: Inch Worm. HEX triplet: B0, DF and 11. RGB value is (176,223,17). Sum of RGB (Red+Green+Blue) = 176+223+17=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DF11 is #4F20EE. Grayscale: #BABABA. Windows color (decimal): -5185775 or 1171376. OLE color: 1171376.
HSL color Cylindrical-coordinate representation of color #B0DF11: hue angle of 73.69º 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 #B0DF11 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 17 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.13 |
| HSL | 73.69º | 0.86% | 0.47% | - |
| HSV(B) | 73.69º | 0.92% | 0.87% | - |
| XYZ | 44.39 | 62.05 | 10.17 | - |
| YUV | 185.46 | 32.93 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 17 | 0.21 | 0 | 0.92 | 0.13 | 73.69 | 0.86 | 0.47 |
| Hex | B0 | DF | 11 | 15 | 0 | 5C | D | 4A | 56 | 2F |
| Octal | 260 | 337 | 21 | 25 | 0 | 134 | 15 | 112 | 126 | 57 |
| Binary | 10110000 | 11011111 | 10001 | 10101 | 0 | 1011100 | 1101 | 1001010 | 1010110 | 101111 |
Color Harmonies of #B0DF11
Complementary color
Monochromatic Colors of #B0DF11
Black with #B0DF11
Text Example
Text Example
White with #B0DF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF11; }
p { color: rgb(176,223,17); }
H1.HeaderClassName
{
color: #B0DF11;
}
.AnyTagClassName
{
color: #B0DF11;
}
</style>
background-color css
<style>
a { background-color: #B0DF11; }
a { background-color: rgb(176,223,17); }
div.DivClassName
{
background-color: #B0DF11;
}
.BgClassName
{
background-color: #B0DF11;
}
</style>
border-color css
<style>
span { border-color: #B0DF11; }
span { border-color: rgb(176,223,17); }
td.TdClassName
{
border-color: #B0DF11;
}
.TagClassName
{
border-color: #B0DF11;
}
</style>