Shades of Inch Worm #B1DF1E
Tints of Inch Worm #B1DF1E
RGB
CMYK
RGB Variations
Color information
#B1DF1E (or 0xB1DF1E) is known color: Inch Worm. HEX triplet: B1, DF and 1E. RGB value is (177,223,30). Sum of RGB (Red+Green+Blue) = 177+223+30=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DF1E is #4E20E1. Grayscale: #BBBBBB. Windows color (decimal): -5120226 or 2023345. OLE color: 2023345.
HSL color Cylindrical-coordinate representation of color #B1DF1E: hue angle of 74.3º 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 #B1DF1E is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 30 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.13 |
| HSL | 74.3º | 0.76% | 0.5% | - |
| HSV(B) | 74.3º | 0.87% | 0.87% | - |
| XYZ | 44.75 | 62.22 | 10.88 | - |
| YUV | 187.24 | 39.26 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 30 | 0.21 | 0 | 0.87 | 0.13 | 74.3 | 0.76 | 0.5 |
| Hex | B1 | DF | 1E | 15 | 0 | 57 | D | 4A | 4C | 32 |
| Octal | 261 | 337 | 36 | 25 | 0 | 127 | 15 | 112 | 114 | 62 |
| Binary | 10110001 | 11011111 | 11110 | 10101 | 0 | 1010111 | 1101 | 1001010 | 1001100 | 110010 |
Color Harmonies of #B1DF1E
Complementary color
Monochromatic Colors of #B1DF1E
Black with #B1DF1E
Text Example
Text Example
White with #B1DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF1E; }
p { color: rgb(177,223,30); }
H1.HeaderClassName
{
color: #B1DF1E;
}
.AnyTagClassName
{
color: #B1DF1E;
}
</style>
background-color css
<style>
a { background-color: #B1DF1E; }
a { background-color: rgb(177,223,30); }
div.DivClassName
{
background-color: #B1DF1E;
}
.BgClassName
{
background-color: #B1DF1E;
}
</style>
border-color css
<style>
span { border-color: #B1DF1E; }
span { border-color: rgb(177,223,30); }
td.TdClassName
{
border-color: #B1DF1E;
}
.TagClassName
{
border-color: #B1DF1E;
}
</style>