Shades of Inch Worm #B7D508
Tints of Inch Worm #B7D508
RGB
CMYK
RGB Variations
Color information
#B7D508 (or 0xB7D508) is known color: Inch Worm. HEX triplet: B7, D5 and 08. RGB value is (183,213,8). Sum of RGB (Red+Green+Blue) = 183+213+8=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 213 (83.59% from 255 or 52.72% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D508 is #482AF7. Grayscale: #B5B5B5. Windows color (decimal): -4729592 or 578999. OLE color: 578999.
HSL color Cylindrical-coordinate representation of color #B7D508: hue angle of 68.78º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7D508 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 8 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.16 |
| HSL | 68.78º | 0.93% | 0.43% | - |
| HSV(B) | 68.78º | 0.96% | 0.84% | - |
| XYZ | 43.37 | 57.67 | 9.08 | - |
| YUV | 180.66 | 30.56 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 8 | 0.14 | 0 | 0.96 | 0.16 | 68.78 | 0.93 | 0.43 |
| Hex | B7 | D5 | 8 | E | 0 | 60 | 10 | 45 | 5D | 2B |
| Octal | 267 | 325 | 10 | 16 | 0 | 140 | 20 | 105 | 135 | 53 |
| Binary | 10110111 | 11010101 | 1000 | 1110 | 0 | 1100000 | 10000 | 1000101 | 1011101 | 101011 |
Color Harmonies of #B7D508
Complementary color
Monochromatic Colors of #B7D508
Black with #B7D508
Text Example
Text Example
White with #B7D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D508; }
p { color: rgb(183,213,8); }
H1.HeaderClassName
{
color: #B7D508;
}
.AnyTagClassName
{
color: #B7D508;
}
</style>
background-color css
<style>
a { background-color: #B7D508; }
a { background-color: rgb(183,213,8); }
div.DivClassName
{
background-color: #B7D508;
}
.BgClassName
{
background-color: #B7D508;
}
</style>
border-color css
<style>
span { border-color: #B7D508; }
span { border-color: rgb(183,213,8); }
td.TdClassName
{
border-color: #B7D508;
}
.TagClassName
{
border-color: #B7D508;
}
</style>