Shades of Inch Worm #B0D517
Tints of Inch Worm #B0D517
RGB
CMYK
RGB Variations
Color information
#B0D517 (or 0xB0D517) is known color: Inch Worm. HEX triplet: B0, D5 and 17. RGB value is (176,213,23). Sum of RGB (Red+Green+Blue) = 176+213+23=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D517 is #4F2AE8. Grayscale: #B4B4B4. Windows color (decimal): -5188329 or 1562032. OLE color: 1562032.
HSL color Cylindrical-coordinate representation of color #B0D517: hue angle of 71.68º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0D517 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 23 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.16 |
| HSL | 71.68º | 0.81% | 0.46% | - |
| HSV(B) | 71.68º | 0.89% | 0.84% | - |
| XYZ | 41.85 | 56.88 | 9.58 | - |
| YUV | 180.28 | 39.24 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 23 | 0.17 | 0 | 0.89 | 0.16 | 71.68 | 0.81 | 0.46 |
| Hex | B0 | D5 | 17 | 11 | 0 | 59 | 10 | 48 | 51 | 2E |
| Octal | 260 | 325 | 27 | 21 | 0 | 131 | 20 | 110 | 121 | 56 |
| Binary | 10110000 | 11010101 | 10111 | 10001 | 0 | 1011001 | 10000 | 1001000 | 1010001 | 101110 |
Color Harmonies of #B0D517
Complementary color
Monochromatic Colors of #B0D517
Black with #B0D517
Text Example
Text Example
White with #B0D517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D517; }
p { color: rgb(176,213,23); }
H1.HeaderClassName
{
color: #B0D517;
}
.AnyTagClassName
{
color: #B0D517;
}
</style>
background-color css
<style>
a { background-color: #B0D517; }
a { background-color: rgb(176,213,23); }
div.DivClassName
{
background-color: #B0D517;
}
.BgClassName
{
background-color: #B0D517;
}
</style>
border-color css
<style>
span { border-color: #B0D517; }
span { border-color: rgb(176,213,23); }
td.TdClassName
{
border-color: #B0D517;
}
.TagClassName
{
border-color: #B0D517;
}
</style>