Shades of Inch Worm #B7DB0A
Tints of Inch Worm #B7DB0A
RGB
CMYK
RGB Variations
Color information
#B7DB0A (or 0xB7DB0A) is known color: Inch Worm. HEX triplet: B7, DB and 0A. RGB value is (183,219,10). Sum of RGB (Red+Green+Blue) = 183+219+10=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DB0A is #4824F5. Grayscale: #B9B9B9. Windows color (decimal): -4728054 or 711607. OLE color: 711607.
HSL color Cylindrical-coordinate representation of color #B7DB0A: hue angle of 70.33º degrees, saturation: 0.91, 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 #B7DB0A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 10 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.14 |
| HSL | 70.33º | 0.91% | 0.45% | - |
| HSV(B) | 70.33º | 0.95% | 0.86% | - |
| XYZ | 44.91 | 60.75 | 9.65 | - |
| YUV | 184.41 | 29.57 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 10 | 0.16 | 0 | 0.95 | 0.14 | 70.33 | 0.91 | 0.45 |
| Hex | B7 | DB | A | 10 | 0 | 5F | E | 46 | 5B | 2D |
| Octal | 267 | 333 | 12 | 20 | 0 | 137 | 16 | 106 | 133 | 55 |
| Binary | 10110111 | 11011011 | 1010 | 10000 | 0 | 1011111 | 1110 | 1000110 | 1011011 | 101101 |
Color Harmonies of #B7DB0A
Complementary color
Monochromatic Colors of #B7DB0A
Black with #B7DB0A
Text Example
Text Example
White with #B7DB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB0A; }
p { color: rgb(183,219,10); }
H1.HeaderClassName
{
color: #B7DB0A;
}
.AnyTagClassName
{
color: #B7DB0A;
}
</style>
background-color css
<style>
a { background-color: #B7DB0A; }
a { background-color: rgb(183,219,10); }
div.DivClassName
{
background-color: #B7DB0A;
}
.BgClassName
{
background-color: #B7DB0A;
}
</style>
border-color css
<style>
span { border-color: #B7DB0A; }
span { border-color: rgb(183,219,10); }
td.TdClassName
{
border-color: #B7DB0A;
}
.TagClassName
{
border-color: #B7DB0A;
}
</style>