Shades of Inch Worm #B7D900
Tints of Inch Worm #B7D900
RGB
CMYK
RGB Variations
Color information
#B7D900 (or 0xB7D900) is known color: Inch Worm. HEX triplet: B7, D9 and 00. RGB value is (183,217,0). Sum of RGB (Red+Green+Blue) = 183+217+0=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 217 (85.16% from 255 or 54.25% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D900 is #4826FF. Grayscale: #B6B6B6. Windows color (decimal): -4728576 or 55735. OLE color: 55735.
HSL color Cylindrical-coordinate representation of color #B7D900: hue angle of 69.4º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B7D900 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 217 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.15 |
| HSL | 69.4º | 1% | 0.43% | - |
| HSV(B) | 69.4º | 1% | 0.85% | - |
| XYZ | 44.34 | 59.69 | 9.18 | - |
| YUV | 182.1 | 25.24 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 0 | 0.16 | 0 | 1 | 0.15 | 69.4 | 1 | 0.43 |
| Hex | B7 | D9 | 0 | 10 | 0 | 64 | F | 45 | 64 | 2B |
| Octal | 267 | 331 | 0 | 20 | 0 | 144 | 17 | 105 | 144 | 53 |
| Binary | 10110111 | 11011001 | 0 | 10000 | 0 | 1100100 | 1111 | 1000101 | 1100100 | 101011 |
Color Harmonies of #B7D900
Complementary color
Monochromatic Colors of #B7D900
Black with #B7D900
Text Example
Text Example
White with #B7D900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D900; }
p { color: rgb(183,217,0); }
H1.HeaderClassName
{
color: #B7D900;
}
.AnyTagClassName
{
color: #B7D900;
}
</style>
background-color css
<style>
a { background-color: #B7D900; }
a { background-color: rgb(183,217,0); }
div.DivClassName
{
background-color: #B7D900;
}
.BgClassName
{
background-color: #B7D900;
}
</style>
border-color css
<style>
span { border-color: #B7D900; }
span { border-color: rgb(183,217,0); }
td.TdClassName
{
border-color: #B7D900;
}
.TagClassName
{
border-color: #B7D900;
}
</style>