Shades of Inch Worm #B7DB0C
Tints of Inch Worm #B7DB0C
RGB
CMYK
RGB Variations
Color information
#B7DB0C (or 0xB7DB0C) is known color: Inch Worm. HEX triplet: B7, DB and 0C. RGB value is (183,219,12). Sum of RGB (Red+Green+Blue) = 183+219+12=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DB0C is #4824F3. Grayscale: #B9B9B9. Windows color (decimal): -4728052 or 842679. OLE color: 842679.
HSL color Cylindrical-coordinate representation of color #B7DB0C: hue angle of 70.43º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7DB0C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 12 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.14 |
| HSL | 70.43º | 0.9% | 0.45% | - |
| HSV(B) | 70.43º | 0.95% | 0.86% | - |
| XYZ | 44.93 | 60.76 | 9.71 | - |
| YUV | 184.64 | 30.57 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 12 | 0.16 | 0 | 0.95 | 0.14 | 70.43 | 0.9 | 0.45 |
| Hex | B7 | DB | C | 10 | 0 | 5F | E | 46 | 5A | 2D |
| Octal | 267 | 333 | 14 | 20 | 0 | 137 | 16 | 106 | 132 | 55 |
| Binary | 10110111 | 11011011 | 1100 | 10000 | 0 | 1011111 | 1110 | 1000110 | 1011010 | 101101 |
Color Harmonies of #B7DB0C
Complementary color
Monochromatic Colors of #B7DB0C
Black with #B7DB0C
Text Example
Text Example
White with #B7DB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB0C; }
p { color: rgb(183,219,12); }
H1.HeaderClassName
{
color: #B7DB0C;
}
.AnyTagClassName
{
color: #B7DB0C;
}
</style>
background-color css
<style>
a { background-color: #B7DB0C; }
a { background-color: rgb(183,219,12); }
div.DivClassName
{
background-color: #B7DB0C;
}
.BgClassName
{
background-color: #B7DB0C;
}
</style>
border-color css
<style>
span { border-color: #B7DB0C; }
span { border-color: rgb(183,219,12); }
td.TdClassName
{
border-color: #B7DB0C;
}
.TagClassName
{
border-color: #B7DB0C;
}
</style>