Shades of Inch Worm #B3DF16
Tints of Inch Worm #B3DF16
RGB
CMYK
RGB Variations
Color information
#B3DF16 (or 0xB3DF16) is known color: Inch Worm. HEX triplet: B3, DF and 16. RGB value is (179,223,22). Sum of RGB (Red+Green+Blue) = 179+223+22=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3DF16 is #4C20E9. Grayscale: #BBBBBB. Windows color (decimal): -4989162 or 1499059. OLE color: 1499059.
HSL color Cylindrical-coordinate representation of color #B3DF16: hue angle of 73.13º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3DF16 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 22 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.13 |
| HSL | 73.13º | 0.82% | 0.48% | - |
| HSV(B) | 73.13º | 0.9% | 0.87% | - |
| XYZ | 45.12 | 62.42 | 10.43 | - |
| YUV | 186.93 | 34.92 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 22 | 0.20 | 0 | 0.90 | 0.13 | 73.13 | 0.82 | 0.48 |
| Hex | B3 | DF | 16 | 14 | 0 | 5A | D | 49 | 52 | 30 |
| Octal | 263 | 337 | 26 | 24 | 0 | 132 | 15 | 111 | 122 | 60 |
| Binary | 10110011 | 11011111 | 10110 | 10100 | 0 | 1011010 | 1101 | 1001001 | 1010010 | 110000 |
Color Harmonies of #B3DF16
Complementary color
Monochromatic Colors of #B3DF16
Black with #B3DF16
Text Example
Text Example
White with #B3DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DF16; }
p { color: rgb(179,223,22); }
H1.HeaderClassName
{
color: #B3DF16;
}
.AnyTagClassName
{
color: #B3DF16;
}
</style>
background-color css
<style>
a { background-color: #B3DF16; }
a { background-color: rgb(179,223,22); }
div.DivClassName
{
background-color: #B3DF16;
}
.BgClassName
{
background-color: #B3DF16;
}
</style>
border-color css
<style>
span { border-color: #B3DF16; }
span { border-color: rgb(179,223,22); }
td.TdClassName
{
border-color: #B3DF16;
}
.TagClassName
{
border-color: #B3DF16;
}
</style>