Shades of Inch Worm #B2EF1F
Tints of Inch Worm #B2EF1F
RGB
CMYK
RGB Variations
Color information
#B2EF1F (or 0xB2EF1F) is known color: Inch Worm. HEX triplet: B2, EF and 1F. RGB value is (178,239,31). Sum of RGB (Red+Green+Blue) = 178+239+31=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 239 (93.75% from 255 or 53.35% from 448); Blue value is 31 (12.5% from 255 or 6.92% from 448); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EF1F is #4D10E0. Grayscale: #C5C5C5. Windows color (decimal): -5050593 or 2092978. OLE color: 2092978.
HSL color Cylindrical-coordinate representation of color #B2EF1F: hue angle of 77.6º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2EF1F is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 31 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.06 |
| HSL | 77.6º | 0.87% | 0.53% | - |
| HSV(B) | 77.6º | 0.87% | 0.94% | - |
| XYZ | 49.47 | 71.3 | 12.45 | - |
| YUV | 197.05 | 34.29 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 31 | 0.26 | 0 | 0.87 | 0.06 | 77.6 | 0.87 | 0.53 |
| Hex | B2 | EF | 1F | 1A | 0 | 57 | 6 | 4E | 57 | 35 |
| Octal | 262 | 357 | 37 | 32 | 0 | 127 | 6 | 116 | 127 | 65 |
| Binary | 10110010 | 11101111 | 11111 | 11010 | 0 | 1010111 | 110 | 1001110 | 1010111 | 110101 |
Color Harmonies of #B2EF1F
Complementary color
Monochromatic Colors of #B2EF1F
Black with #B2EF1F
Text Example
Text Example
White with #B2EF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EF1F; }
p { color: rgb(178,239,31); }
H1.HeaderClassName
{
color: #B2EF1F;
}
.AnyTagClassName
{
color: #B2EF1F;
}
</style>
background-color css
<style>
a { background-color: #B2EF1F; }
a { background-color: rgb(178,239,31); }
div.DivClassName
{
background-color: #B2EF1F;
}
.BgClassName
{
background-color: #B2EF1F;
}
</style>
border-color css
<style>
span { border-color: #B2EF1F; }
span { border-color: rgb(178,239,31); }
td.TdClassName
{
border-color: #B2EF1F;
}
.TagClassName
{
border-color: #B2EF1F;
}
</style>