Shades of Inch Worm #B8DF10
Tints of Inch Worm #B8DF10
RGB
CMYK
RGB Variations
Color information
#B8DF10 (or 0xB8DF10) is known color: Inch Worm. HEX triplet: B8, DF and 10. RGB value is (184,223,16). Sum of RGB (Red+Green+Blue) = 184+223+16=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8DF10 is #4720EF. Grayscale: #BCBCBC. Windows color (decimal): -4661488 or 1105848. OLE color: 1105848.
HSL color Cylindrical-coordinate representation of color #B8DF10: hue angle of 71.3º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8DF10 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 16 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.13 |
| HSL | 71.3º | 0.87% | 0.47% | - |
| HSV(B) | 71.3º | 0.93% | 0.87% | - |
| XYZ | 46.25 | 63 | 10.21 | - |
| YUV | 187.74 | 31.08 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 16 | 0.17 | 0 | 0.93 | 0.13 | 71.3 | 0.87 | 0.47 |
| Hex | B8 | DF | 10 | 11 | 0 | 5D | D | 47 | 57 | 2F |
| Octal | 270 | 337 | 20 | 21 | 0 | 135 | 15 | 107 | 127 | 57 |
| Binary | 10111000 | 11011111 | 10000 | 10001 | 0 | 1011101 | 1101 | 1000111 | 1010111 | 101111 |
Color Harmonies of #B8DF10
Complementary color
Monochromatic Colors of #B8DF10
Black with #B8DF10
Text Example
Text Example
White with #B8DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DF10; }
p { color: rgb(184,223,16); }
H1.HeaderClassName
{
color: #B8DF10;
}
.AnyTagClassName
{
color: #B8DF10;
}
</style>
background-color css
<style>
a { background-color: #B8DF10; }
a { background-color: rgb(184,223,16); }
div.DivClassName
{
background-color: #B8DF10;
}
.BgClassName
{
background-color: #B8DF10;
}
</style>
border-color css
<style>
span { border-color: #B8DF10; }
span { border-color: rgb(184,223,16); }
td.TdClassName
{
border-color: #B8DF10;
}
.TagClassName
{
border-color: #B8DF10;
}
</style>