Shades of Inch Worm #B7DF04
Tints of Inch Worm #B7DF04
RGB
CMYK
RGB Variations
Color information
#B7DF04 (or 0xB7DF04) is known color: Inch Worm. HEX triplet: B7, DF and 04. RGB value is (183,223,4). Sum of RGB (Red+Green+Blue) = 183+223+4=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 4 (1.95% from 255 or 0.98% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DF04 is #4820FB. Grayscale: #BABABA. Windows color (decimal): -4727036 or 319415. OLE color: 319415.
HSL color Cylindrical-coordinate representation of color #B7DF04: hue angle of 70.96º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7DF04 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 4 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.13 |
| HSL | 70.96º | 0.96% | 0.45% | - |
| HSV(B) | 70.96º | 0.98% | 0.87% | - |
| XYZ | 45.94 | 62.85 | 9.83 | - |
| YUV | 186.07 | 25.25 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 4 | 0.18 | 0 | 0.98 | 0.13 | 70.96 | 0.96 | 0.45 |
| Hex | B7 | DF | 4 | 12 | 0 | 62 | D | 47 | 60 | 2D |
| Octal | 267 | 337 | 4 | 22 | 0 | 142 | 15 | 107 | 140 | 55 |
| Binary | 10110111 | 11011111 | 100 | 10010 | 0 | 1100010 | 1101 | 1000111 | 1100000 | 101101 |
Color Harmonies of #B7DF04
Complementary color
Monochromatic Colors of #B7DF04
Black with #B7DF04
Text Example
Text Example
White with #B7DF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF04; }
p { color: rgb(183,223,4); }
H1.HeaderClassName
{
color: #B7DF04;
}
.AnyTagClassName
{
color: #B7DF04;
}
</style>
background-color css
<style>
a { background-color: #B7DF04; }
a { background-color: rgb(183,223,4); }
div.DivClassName
{
background-color: #B7DF04;
}
.BgClassName
{
background-color: #B7DF04;
}
</style>
border-color css
<style>
span { border-color: #B7DF04; }
span { border-color: rgb(183,223,4); }
td.TdClassName
{
border-color: #B7DF04;
}
.TagClassName
{
border-color: #B7DF04;
}
</style>