Shades of Inch Worm #B8D507
Tints of Inch Worm #B8D507
RGB
CMYK
RGB Variations
Color information
#B8D507 (or 0xB8D507) is known color: Inch Worm. HEX triplet: B8, D5 and 07. RGB value is (184,213,7). Sum of RGB (Red+Green+Blue) = 184+213+7=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D507 is #472AF8. Grayscale: #B5B5B5. Windows color (decimal): -4664057 or 513464. OLE color: 513464.
HSL color Cylindrical-coordinate representation of color #B8D507: hue angle of 68.45º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8D507 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 213 | 7 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.16 |
| HSL | 68.45º | 0.94% | 0.43% | - |
| HSV(B) | 68.45º | 0.97% | 0.84% | - |
| XYZ | 43.6 | 57.79 | 9.06 | - |
| YUV | 180.85 | 29.89 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 213 | 7 | 0.14 | 0 | 0.97 | 0.16 | 68.45 | 0.94 | 0.43 |
| Hex | B8 | D5 | 7 | E | 0 | 61 | 10 | 44 | 5E | 2B |
| Octal | 270 | 325 | 7 | 16 | 0 | 141 | 20 | 104 | 136 | 53 |
| Binary | 10111000 | 11010101 | 111 | 1110 | 0 | 1100001 | 10000 | 1000100 | 1011110 | 101011 |
Color Harmonies of #B8D507
Complementary color
Monochromatic Colors of #B8D507
Black with #B8D507
Text Example
Text Example
White with #B8D507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D507; }
p { color: rgb(184,213,7); }
H1.HeaderClassName
{
color: #B8D507;
}
.AnyTagClassName
{
color: #B8D507;
}
</style>
background-color css
<style>
a { background-color: #B8D507; }
a { background-color: rgb(184,213,7); }
div.DivClassName
{
background-color: #B8D507;
}
.BgClassName
{
background-color: #B8D507;
}
</style>
border-color css
<style>
span { border-color: #B8D507; }
span { border-color: rgb(184,213,7); }
td.TdClassName
{
border-color: #B8D507;
}
.TagClassName
{
border-color: #B8D507;
}
</style>