Shades of Inch Worm #B3DC17
Tints of Inch Worm #B3DC17
RGB
CMYK
RGB Variations
Color information
#B3DC17 (or 0xB3DC17) is known color: Inch Worm. HEX triplet: B3, DC and 17. RGB value is (179,220,23). Sum of RGB (Red+Green+Blue) = 179+220+23=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 220 (86.33% from 255 or 52.13% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3DC17 is #4C23E8. Grayscale: #BABABA. Windows color (decimal): -4989929 or 1563827. OLE color: 1563827.
HSL color Cylindrical-coordinate representation of color #B3DC17: hue angle of 72.49º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3DC17 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 23 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.14 |
| HSL | 72.49º | 0.81% | 0.48% | - |
| HSV(B) | 72.49º | 0.9% | 0.86% | - |
| XYZ | 44.34 | 60.83 | 10.22 | - |
| YUV | 185.28 | 36.42 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 23 | 0.19 | 0 | 0.90 | 0.14 | 72.49 | 0.81 | 0.48 |
| Hex | B3 | DC | 17 | 13 | 0 | 5A | E | 48 | 51 | 30 |
| Octal | 263 | 334 | 27 | 23 | 0 | 132 | 16 | 110 | 121 | 60 |
| Binary | 10110011 | 11011100 | 10111 | 10011 | 0 | 1011010 | 1110 | 1001000 | 1010001 | 110000 |
Color Harmonies of #B3DC17
Complementary color
Monochromatic Colors of #B3DC17
Black with #B3DC17
Text Example
Text Example
White with #B3DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DC17; }
p { color: rgb(179,220,23); }
H1.HeaderClassName
{
color: #B3DC17;
}
.AnyTagClassName
{
color: #B3DC17;
}
</style>
background-color css
<style>
a { background-color: #B3DC17; }
a { background-color: rgb(179,220,23); }
div.DivClassName
{
background-color: #B3DC17;
}
.BgClassName
{
background-color: #B3DC17;
}
</style>
border-color css
<style>
span { border-color: #B3DC17; }
span { border-color: rgb(179,220,23); }
td.TdClassName
{
border-color: #B3DC17;
}
.TagClassName
{
border-color: #B3DC17;
}
</style>