Shades of Inch Worm #B3DF1E
Tints of Inch Worm #B3DF1E
RGB
CMYK
RGB Variations
Color information
#B3DF1E (or 0xB3DF1E) is known color: Inch Worm. HEX triplet: B3, DF and 1E. RGB value is (179,223,30). Sum of RGB (Red+Green+Blue) = 179+223+30=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3DF1E is #4C20E1. Grayscale: #BCBCBC. Windows color (decimal): -4989154 or 2023347. OLE color: 2023347.
HSL color Cylindrical-coordinate representation of color #B3DF1E: hue angle of 73.68º 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 #B3DF1E is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 30 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.13 |
| HSL | 73.68º | 0.76% | 0.5% | - |
| HSV(B) | 73.68º | 0.87% | 0.87% | - |
| XYZ | 45.21 | 62.45 | 10.9 | - |
| YUV | 187.84 | 38.92 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 30 | 0.20 | 0 | 0.87 | 0.13 | 73.68 | 0.76 | 0.5 |
| Hex | B3 | DF | 1E | 14 | 0 | 57 | D | 4A | 4C | 32 |
| Octal | 263 | 337 | 36 | 24 | 0 | 127 | 15 | 112 | 114 | 62 |
| Binary | 10110011 | 11011111 | 11110 | 10100 | 0 | 1010111 | 1101 | 1001010 | 1001100 | 110010 |
Color Harmonies of #B3DF1E
Complementary color
Monochromatic Colors of #B3DF1E
Black with #B3DF1E
Text Example
Text Example
White with #B3DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DF1E; }
p { color: rgb(179,223,30); }
H1.HeaderClassName
{
color: #B3DF1E;
}
.AnyTagClassName
{
color: #B3DF1E;
}
</style>
background-color css
<style>
a { background-color: #B3DF1E; }
a { background-color: rgb(179,223,30); }
div.DivClassName
{
background-color: #B3DF1E;
}
.BgClassName
{
background-color: #B3DF1E;
}
</style>
border-color css
<style>
span { border-color: #B3DF1E; }
span { border-color: rgb(179,223,30); }
td.TdClassName
{
border-color: #B3DF1E;
}
.TagClassName
{
border-color: #B3DF1E;
}
</style>