Shades of Inch Worm #B9DF05
Tints of Inch Worm #B9DF05
RGB
CMYK
RGB Variations
Color information
#B9DF05 (or 0xB9DF05) is known color: Inch Worm. HEX triplet: B9, DF and 05. RGB value is (185,223,5). Sum of RGB (Red+Green+Blue) = 185+223+5=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9DF05 is #4620FA. Grayscale: #BBBBBB. Windows color (decimal): -4595963 or 384953. OLE color: 384953.
HSL color Cylindrical-coordinate representation of color #B9DF05: hue angle of 70.46º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9DF05 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.13 |
| HSL | 70.46º | 0.96% | 0.45% | - |
| HSV(B) | 70.46º | 0.98% | 0.87% | - |
| XYZ | 46.42 | 63.1 | 9.88 | - |
| YUV | 186.79 | 25.41 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 5 | 0.17 | 0 | 0.98 | 0.13 | 70.46 | 0.96 | 0.45 |
| Hex | B9 | DF | 5 | 11 | 0 | 62 | D | 46 | 60 | 2D |
| Octal | 271 | 337 | 5 | 21 | 0 | 142 | 15 | 106 | 140 | 55 |
| Binary | 10111001 | 11011111 | 101 | 10001 | 0 | 1100010 | 1101 | 1000110 | 1100000 | 101101 |
Color Harmonies of #B9DF05
Complementary color
Monochromatic Colors of #B9DF05
Black with #B9DF05
Text Example
Text Example
White with #B9DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF05; }
p { color: rgb(185,223,5); }
H1.HeaderClassName
{
color: #B9DF05;
}
.AnyTagClassName
{
color: #B9DF05;
}
</style>
background-color css
<style>
a { background-color: #B9DF05; }
a { background-color: rgb(185,223,5); }
div.DivClassName
{
background-color: #B9DF05;
}
.BgClassName
{
background-color: #B9DF05;
}
</style>
border-color css
<style>
span { border-color: #B9DF05; }
span { border-color: rgb(185,223,5); }
td.TdClassName
{
border-color: #B9DF05;
}
.TagClassName
{
border-color: #B9DF05;
}
</style>