Shades of Inch Worm #B0DF15
Tints of Inch Worm #B0DF15
RGB
CMYK
RGB Variations
Color information
#B0DF15 (or 0xB0DF15) is known color: Inch Worm. HEX triplet: B0, DF and 15. RGB value is (176,223,21). Sum of RGB (Red+Green+Blue) = 176+223+21=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DF15 is #4F20EA. Grayscale: #BABABA. Windows color (decimal): -5185771 or 1433520. OLE color: 1433520.
HSL color Cylindrical-coordinate representation of color #B0DF15: hue angle of 73.96º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0DF15 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 21 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.13 |
| HSL | 73.96º | 0.83% | 0.48% | - |
| HSV(B) | 73.96º | 0.91% | 0.87% | - |
| XYZ | 44.43 | 62.06 | 10.35 | - |
| YUV | 185.92 | 34.93 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 21 | 0.21 | 0 | 0.91 | 0.13 | 73.96 | 0.83 | 0.48 |
| Hex | B0 | DF | 15 | 15 | 0 | 5B | D | 4A | 53 | 30 |
| Octal | 260 | 337 | 25 | 25 | 0 | 133 | 15 | 112 | 123 | 60 |
| Binary | 10110000 | 11011111 | 10101 | 10101 | 0 | 1011011 | 1101 | 1001010 | 1010011 | 110000 |
Color Harmonies of #B0DF15
Complementary color
Monochromatic Colors of #B0DF15
Black with #B0DF15
Text Example
Text Example
White with #B0DF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF15; }
p { color: rgb(176,223,21); }
H1.HeaderClassName
{
color: #B0DF15;
}
.AnyTagClassName
{
color: #B0DF15;
}
</style>
background-color css
<style>
a { background-color: #B0DF15; }
a { background-color: rgb(176,223,21); }
div.DivClassName
{
background-color: #B0DF15;
}
.BgClassName
{
background-color: #B0DF15;
}
</style>
border-color css
<style>
span { border-color: #B0DF15; }
span { border-color: rgb(176,223,21); }
td.TdClassName
{
border-color: #B0DF15;
}
.TagClassName
{
border-color: #B0DF15;
}
</style>