Shades of Inch Worm #B2DF00
Tints of Inch Worm #B2DF00
RGB
CMYK
RGB Variations
Color information
#B2DF00 (or 0xB2DF00) is known color: Inch Worm. HEX triplet: B2, DF and 00. RGB value is (178,223,0). Sum of RGB (Red+Green+Blue) = 178+223+0=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DF00 is #4D20FF. Grayscale: #B8B8B8. Windows color (decimal): -5054720 or 57266. OLE color: 57266.
HSL color Cylindrical-coordinate representation of color #B2DF00: hue angle of 72.11º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2DF00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.13 |
| HSL | 72.11º | 1% | 0.44% | - |
| HSV(B) | 72.11º | 1% | 0.87% | - |
| XYZ | 44.75 | 62.24 | 9.66 | - |
| YUV | 184.12 | 24.09 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 0 | 0.20 | 0 | 1 | 0.13 | 72.11 | 1 | 0.44 |
| Hex | B2 | DF | 0 | 14 | 0 | 64 | D | 48 | 64 | 2C |
| Octal | 262 | 337 | 0 | 24 | 0 | 144 | 15 | 110 | 144 | 54 |
| Binary | 10110010 | 11011111 | 0 | 10100 | 0 | 1100100 | 1101 | 1001000 | 1100100 | 101100 |
Color Harmonies of #B2DF00
Complementary color
Monochromatic Colors of #B2DF00
Black with #B2DF00
Text Example
Text Example
White with #B2DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DF00; }
p { color: rgb(178,223,0); }
H1.HeaderClassName
{
color: #B2DF00;
}
.AnyTagClassName
{
color: #B2DF00;
}
</style>
background-color css
<style>
a { background-color: #B2DF00; }
a { background-color: rgb(178,223,0); }
div.DivClassName
{
background-color: #B2DF00;
}
.BgClassName
{
background-color: #B2DF00;
}
</style>
border-color css
<style>
span { border-color: #B2DF00; }
span { border-color: rgb(178,223,0); }
td.TdClassName
{
border-color: #B2DF00;
}
.TagClassName
{
border-color: #B2DF00;
}
</style>