Shades of Inch Worm #B0DF1E
Tints of Inch Worm #B0DF1E
RGB
CMYK
RGB Variations
Color information
#B0DF1E (or 0xB0DF1E) is known color: Inch Worm. HEX triplet: B0, DF and 1E. RGB value is (176,223,30). Sum of RGB (Red+Green+Blue) = 176+223+30=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF1E is #4F20E1. Grayscale: #BBBBBB. Windows color (decimal): -5185762 or 2023344. OLE color: 2023344.
HSL color Cylindrical-coordinate representation of color #B0DF1E: hue angle of 74.61º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0DF1E is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 30 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.13 |
| HSL | 74.61º | 0.76% | 0.5% | - |
| HSV(B) | 74.61º | 0.87% | 0.87% | - |
| XYZ | 44.53 | 62.1 | 10.87 | - |
| YUV | 186.95 | 39.43 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 30 | 0.21 | 0 | 0.87 | 0.13 | 74.61 | 0.76 | 0.5 |
| Hex | B0 | DF | 1E | 15 | 0 | 57 | D | 4B | 4C | 32 |
| Octal | 260 | 337 | 36 | 25 | 0 | 127 | 15 | 113 | 114 | 62 |
| Binary | 10110000 | 11011111 | 11110 | 10101 | 0 | 1010111 | 1101 | 1001011 | 1001100 | 110010 |
Color Harmonies of #B0DF1E
Complementary color
Monochromatic Colors of #B0DF1E
Black with #B0DF1E
Text Example
Text Example
White with #B0DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF1E; }
p { color: rgb(176,223,30); }
H1.HeaderClassName
{
color: #B0DF1E;
}
.AnyTagClassName
{
color: #B0DF1E;
}
</style>
background-color css
<style>
a { background-color: #B0DF1E; }
a { background-color: rgb(176,223,30); }
div.DivClassName
{
background-color: #B0DF1E;
}
.BgClassName
{
background-color: #B0DF1E;
}
</style>
border-color css
<style>
span { border-color: #B0DF1E; }
span { border-color: rgb(176,223,30); }
td.TdClassName
{
border-color: #B0DF1E;
}
.TagClassName
{
border-color: #B0DF1E;
}
</style>