Shades of Inch Worm #B5DB0A
Tints of Inch Worm #B5DB0A
RGB
CMYK
RGB Variations
Color information
#B5DB0A (or 0xB5DB0A) is known color: Inch Worm. HEX triplet: B5, DB and 0A. RGB value is (181,219,10). Sum of RGB (Red+Green+Blue) = 181+219+10=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5DB0A is #4A24F5. Grayscale: #B8B8B8. Windows color (decimal): -4859126 or 711605. OLE color: 711605.
HSL color Cylindrical-coordinate representation of color #B5DB0A: hue angle of 70.91º 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 #B5DB0A is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 10 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.14 |
| HSL | 70.91º | 0.91% | 0.45% | - |
| HSV(B) | 70.91º | 0.95% | 0.86% | - |
| XYZ | 44.44 | 60.51 | 9.62 | - |
| YUV | 183.81 | 29.91 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 10 | 0.17 | 0 | 0.95 | 0.14 | 70.91 | 0.91 | 0.45 |
| Hex | B5 | DB | A | 11 | 0 | 5F | E | 47 | 5B | 2D |
| Octal | 265 | 333 | 12 | 21 | 0 | 137 | 16 | 107 | 133 | 55 |
| Binary | 10110101 | 11011011 | 1010 | 10001 | 0 | 1011111 | 1110 | 1000111 | 1011011 | 101101 |
Color Harmonies of #B5DB0A
Complementary color
Monochromatic Colors of #B5DB0A
Black with #B5DB0A
Text Example
Text Example
White with #B5DB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB0A; }
p { color: rgb(181,219,10); }
H1.HeaderClassName
{
color: #B5DB0A;
}
.AnyTagClassName
{
color: #B5DB0A;
}
</style>
background-color css
<style>
a { background-color: #B5DB0A; }
a { background-color: rgb(181,219,10); }
div.DivClassName
{
background-color: #B5DB0A;
}
.BgClassName
{
background-color: #B5DB0A;
}
</style>
border-color css
<style>
span { border-color: #B5DB0A; }
span { border-color: rgb(181,219,10); }
td.TdClassName
{
border-color: #B5DB0A;
}
.TagClassName
{
border-color: #B5DB0A;
}
</style>