Shades of Inch Worm #B7DF05
Tints of Inch Worm #B7DF05
RGB
CMYK
RGB Variations
Color information
#B7DF05 (or 0xB7DF05) is known color: Inch Worm. HEX triplet: B7, DF and 05. RGB value is (183,223,5). Sum of RGB (Red+Green+Blue) = 183+223+5=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 5 (2.34% from 255 or 1.22% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DF05 is #4820FA. Grayscale: #BBBBBB. Windows color (decimal): -4727035 or 384951. OLE color: 384951.
HSL color Cylindrical-coordinate representation of color #B7DF05: hue angle of 71.01º 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 #B7DF05 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.13 |
| HSL | 71.01º | 0.96% | 0.45% | - |
| HSV(B) | 71.01º | 0.98% | 0.87% | - |
| XYZ | 45.94 | 62.85 | 9.85 | - |
| YUV | 186.19 | 25.75 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 5 | 0.18 | 0 | 0.98 | 0.13 | 71.01 | 0.96 | 0.45 |
| Hex | B7 | DF | 5 | 12 | 0 | 62 | D | 47 | 60 | 2D |
| Octal | 267 | 337 | 5 | 22 | 0 | 142 | 15 | 107 | 140 | 55 |
| Binary | 10110111 | 11011111 | 101 | 10010 | 0 | 1100010 | 1101 | 1000111 | 1100000 | 101101 |
Color Harmonies of #B7DF05
Complementary color
Monochromatic Colors of #B7DF05
Black with #B7DF05
Text Example
Text Example
White with #B7DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF05; }
p { color: rgb(183,223,5); }
H1.HeaderClassName
{
color: #B7DF05;
}
.AnyTagClassName
{
color: #B7DF05;
}
</style>
background-color css
<style>
a { background-color: #B7DF05; }
a { background-color: rgb(183,223,5); }
div.DivClassName
{
background-color: #B7DF05;
}
.BgClassName
{
background-color: #B7DF05;
}
</style>
border-color css
<style>
span { border-color: #B7DF05; }
span { border-color: rgb(183,223,5); }
td.TdClassName
{
border-color: #B7DF05;
}
.TagClassName
{
border-color: #B7DF05;
}
</style>