Shades of Inch Worm #B9DF03
Tints of Inch Worm #B9DF03
RGB
CMYK
RGB Variations
Color information
#B9DF03 (or 0xB9DF03) is known color: Inch Worm. HEX triplet: B9, DF and 03. RGB value is (185,223,3). Sum of RGB (Red+Green+Blue) = 185+223+3=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DF03 is #4620FC. Grayscale: #BBBBBB. Windows color (decimal): -4595965 or 253881. OLE color: 253881.
HSL color Cylindrical-coordinate representation of color #B9DF03: hue angle of 70.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9DF03 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 3 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.13 |
| HSL | 70.36º | 0.97% | 0.44% | - |
| HSV(B) | 70.36º | 0.99% | 0.87% | - |
| XYZ | 46.41 | 63.1 | 9.82 | - |
| YUV | 186.56 | 24.41 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 3 | 0.17 | 0 | 0.99 | 0.13 | 70.36 | 0.97 | 0.44 |
| Hex | B9 | DF | 3 | 11 | 0 | 63 | D | 46 | 61 | 2C |
| Octal | 271 | 337 | 3 | 21 | 0 | 143 | 15 | 106 | 141 | 54 |
| Binary | 10111001 | 11011111 | 11 | 10001 | 0 | 1100011 | 1101 | 1000110 | 1100001 | 101100 |
Color Harmonies of #B9DF03
Complementary color
Monochromatic Colors of #B9DF03
Black with #B9DF03
Text Example
Text Example
White with #B9DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF03; }
p { color: rgb(185,223,3); }
H1.HeaderClassName
{
color: #B9DF03;
}
.AnyTagClassName
{
color: #B9DF03;
}
</style>
background-color css
<style>
a { background-color: #B9DF03; }
a { background-color: rgb(185,223,3); }
div.DivClassName
{
background-color: #B9DF03;
}
.BgClassName
{
background-color: #B9DF03;
}
</style>
border-color css
<style>
span { border-color: #B9DF03; }
span { border-color: rgb(185,223,3); }
td.TdClassName
{
border-color: #B9DF03;
}
.TagClassName
{
border-color: #B9DF03;
}
</style>