Shades of Inch Worm #B8F21A
Tints of Inch Worm #B8F21A
RGB
CMYK
RGB Variations
Color information
#B8F21A (or 0xB8F21A) is known color: Inch Worm. HEX triplet: B8, F2 and 1A. RGB value is (184,242,26). Sum of RGB (Red+Green+Blue) = 184+242+26=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 26 (10.55% from 255 or 5.75% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F21A is #470DE5. Grayscale: #C8C8C8. Windows color (decimal): -4656614 or 1766072. OLE color: 1766072.
HSL color Cylindrical-coordinate representation of color #B8F21A: hue angle of 76.11º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8F21A is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 26 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.05 |
| HSL | 76.11º | 0.89% | 0.53% | - |
| HSV(B) | 76.11º | 0.89% | 0.95% | - |
| XYZ | 51.71 | 73.77 | 12.49 | - |
| YUV | 200.03 | 29.78 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 26 | 0.24 | 0 | 0.89 | 0.05 | 76.11 | 0.89 | 0.53 |
| Hex | B8 | F2 | 1A | 18 | 0 | 59 | 5 | 4C | 59 | 35 |
| Octal | 270 | 362 | 32 | 30 | 0 | 131 | 5 | 114 | 131 | 65 |
| Binary | 10111000 | 11110010 | 11010 | 11000 | 0 | 1011001 | 101 | 1001100 | 1011001 | 110101 |
Color Harmonies of #B8F21A
Complementary color
Monochromatic Colors of #B8F21A
Black with #B8F21A
Text Example
Text Example
White with #B8F21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F21A; }
p { color: rgb(184,242,26); }
H1.HeaderClassName
{
color: #B8F21A;
}
.AnyTagClassName
{
color: #B8F21A;
}
</style>
background-color css
<style>
a { background-color: #B8F21A; }
a { background-color: rgb(184,242,26); }
div.DivClassName
{
background-color: #B8F21A;
}
.BgClassName
{
background-color: #B8F21A;
}
</style>
border-color css
<style>
span { border-color: #B8F21A; }
span { border-color: rgb(184,242,26); }
td.TdClassName
{
border-color: #B8F21A;
}
.TagClassName
{
border-color: #B8F21A;
}
</style>