Shades of Inch Worm #B9DF10
Tints of Inch Worm #B9DF10
RGB
CMYK
RGB Variations
Color information
#B9DF10 (or 0xB9DF10) is known color: Inch Worm. HEX triplet: B9, DF and 10. RGB value is (185,223,16). Sum of RGB (Red+Green+Blue) = 185+223+16=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DF10 is #4620EF. Grayscale: #BCBCBC. Windows color (decimal): -4595952 or 1105849. OLE color: 1105849.
HSL color Cylindrical-coordinate representation of color #B9DF10: hue angle of 71.01º 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 #B9DF10 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 16 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.13 |
| HSL | 71.01º | 0.87% | 0.47% | - |
| HSV(B) | 71.01º | 0.93% | 0.87% | - |
| XYZ | 46.49 | 63.13 | 10.22 | - |
| YUV | 188.04 | 30.91 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 16 | 0.17 | 0 | 0.93 | 0.13 | 71.01 | 0.87 | 0.47 |
| Hex | B9 | DF | 10 | 11 | 0 | 5D | D | 47 | 57 | 2F |
| Octal | 271 | 337 | 20 | 21 | 0 | 135 | 15 | 107 | 127 | 57 |
| Binary | 10111001 | 11011111 | 10000 | 10001 | 0 | 1011101 | 1101 | 1000111 | 1010111 | 101111 |
Color Harmonies of #B9DF10
Complementary color
Monochromatic Colors of #B9DF10
Black with #B9DF10
Text Example
Text Example
White with #B9DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF10; }
p { color: rgb(185,223,16); }
H1.HeaderClassName
{
color: #B9DF10;
}
.AnyTagClassName
{
color: #B9DF10;
}
</style>
background-color css
<style>
a { background-color: #B9DF10; }
a { background-color: rgb(185,223,16); }
div.DivClassName
{
background-color: #B9DF10;
}
.BgClassName
{
background-color: #B9DF10;
}
</style>
border-color css
<style>
span { border-color: #B9DF10; }
span { border-color: rgb(185,223,16); }
td.TdClassName
{
border-color: #B9DF10;
}
.TagClassName
{
border-color: #B9DF10;
}
</style>