Shades of Inch Worm #B8DC03
Tints of Inch Worm #B8DC03
RGB
CMYK
RGB Variations
Color information
#B8DC03 (or 0xB8DC03) is known color: Inch Worm. HEX triplet: B8, DC and 03. RGB value is (184,220,3). Sum of RGB (Red+Green+Blue) = 184+220+3=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 220 (86.33% from 255 or 54.05% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8DC03 is #4723FC. Grayscale: #B9B9B9. Windows color (decimal): -4662269 or 253112. OLE color: 253112.
HSL color Cylindrical-coordinate representation of color #B8DC03: hue angle of 69.95º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B8DC03 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.14 |
| HSL | 69.95º | 0.97% | 0.44% | - |
| HSV(B) | 69.95º | 0.99% | 0.86% | - |
| XYZ | 45.38 | 61.38 | 9.54 | - |
| YUV | 184.5 | 25.57 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 3 | 0.16 | 0 | 0.99 | 0.14 | 69.95 | 0.97 | 0.44 |
| Hex | B8 | DC | 3 | 10 | 0 | 63 | E | 46 | 61 | 2C |
| Octal | 270 | 334 | 3 | 20 | 0 | 143 | 16 | 106 | 141 | 54 |
| Binary | 10111000 | 11011100 | 11 | 10000 | 0 | 1100011 | 1110 | 1000110 | 1100001 | 101100 |
Color Harmonies of #B8DC03
Complementary color
Monochromatic Colors of #B8DC03
Black with #B8DC03
Text Example
Text Example
White with #B8DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC03; }
p { color: rgb(184,220,3); }
H1.HeaderClassName
{
color: #B8DC03;
}
.AnyTagClassName
{
color: #B8DC03;
}
</style>
background-color css
<style>
a { background-color: #B8DC03; }
a { background-color: rgb(184,220,3); }
div.DivClassName
{
background-color: #B8DC03;
}
.BgClassName
{
background-color: #B8DC03;
}
</style>
border-color css
<style>
span { border-color: #B8DC03; }
span { border-color: rgb(184,220,3); }
td.TdClassName
{
border-color: #B8DC03;
}
.TagClassName
{
border-color: #B8DC03;
}
</style>