Shades of Inch Worm #B7D503
Tints of Inch Worm #B7D503
RGB
CMYK
RGB Variations
Color information
#B7D503 (or 0xB7D503) is known color: Inch Worm. HEX triplet: B7, D5 and 03. RGB value is (183,213,3). Sum of RGB (Red+Green+Blue) = 183+213+3=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D503 is #482AFC. Grayscale: #B4B4B4. Windows color (decimal): -4729597 or 251319. OLE color: 251319.
HSL color Cylindrical-coordinate representation of color #B7D503: hue angle of 68.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7D503 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 3 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.16 |
| HSL | 68.57º | 0.97% | 0.42% | - |
| HSV(B) | 68.57º | 0.99% | 0.84% | - |
| XYZ | 43.34 | 57.66 | 8.93 | - |
| YUV | 180.09 | 28.06 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 3 | 0.14 | 0 | 0.99 | 0.16 | 68.57 | 0.97 | 0.42 |
| Hex | B7 | D5 | 3 | E | 0 | 63 | 10 | 45 | 61 | 2A |
| Octal | 267 | 325 | 3 | 16 | 0 | 143 | 20 | 105 | 141 | 52 |
| Binary | 10110111 | 11010101 | 11 | 1110 | 0 | 1100011 | 10000 | 1000101 | 1100001 | 101010 |
Color Harmonies of #B7D503
Complementary color
Monochromatic Colors of #B7D503
Black with #B7D503
Text Example
Text Example
White with #B7D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D503; }
p { color: rgb(183,213,3); }
H1.HeaderClassName
{
color: #B7D503;
}
.AnyTagClassName
{
color: #B7D503;
}
</style>
background-color css
<style>
a { background-color: #B7D503; }
a { background-color: rgb(183,213,3); }
div.DivClassName
{
background-color: #B7D503;
}
.BgClassName
{
background-color: #B7D503;
}
</style>
border-color css
<style>
span { border-color: #B7D503; }
span { border-color: rgb(183,213,3); }
td.TdClassName
{
border-color: #B7D503;
}
.TagClassName
{
border-color: #B7D503;
}
</style>