Shades of Inch Worm #B2DF1B
Tints of Inch Worm #B2DF1B
RGB
CMYK
RGB Variations
Color information
#B2DF1B (or 0xB2DF1B) is known color: Inch Worm. HEX triplet: B2, DF and 1B. RGB value is (178,223,27). Sum of RGB (Red+Green+Blue) = 178+223+27=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 223 (87.5% from 255 or 52.10% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DF1B is #4D20E4. Grayscale: #BBBBBB. Windows color (decimal): -5054693 or 1826738. OLE color: 1826738.
HSL color Cylindrical-coordinate representation of color #B2DF1B: hue angle of 73.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2DF1B is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 27 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.13 |
| HSL | 73.78º | 0.78% | 0.49% | - |
| HSV(B) | 73.78º | 0.88% | 0.87% | - |
| XYZ | 44.95 | 62.32 | 10.7 | - |
| YUV | 187.2 | 37.59 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 27 | 0.20 | 0 | 0.88 | 0.13 | 73.78 | 0.78 | 0.49 |
| Hex | B2 | DF | 1B | 14 | 0 | 58 | D | 4A | 4E | 31 |
| Octal | 262 | 337 | 33 | 24 | 0 | 130 | 15 | 112 | 116 | 61 |
| Binary | 10110010 | 11011111 | 11011 | 10100 | 0 | 1011000 | 1101 | 1001010 | 1001110 | 110001 |
Color Harmonies of #B2DF1B
Complementary color
Monochromatic Colors of #B2DF1B
Black with #B2DF1B
Text Example
Text Example
White with #B2DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DF1B; }
p { color: rgb(178,223,27); }
H1.HeaderClassName
{
color: #B2DF1B;
}
.AnyTagClassName
{
color: #B2DF1B;
}
</style>
background-color css
<style>
a { background-color: #B2DF1B; }
a { background-color: rgb(178,223,27); }
div.DivClassName
{
background-color: #B2DF1B;
}
.BgClassName
{
background-color: #B2DF1B;
}
</style>
border-color css
<style>
span { border-color: #B2DF1B; }
span { border-color: rgb(178,223,27); }
td.TdClassName
{
border-color: #B2DF1B;
}
.TagClassName
{
border-color: #B2DF1B;
}
</style>