Shades of Inch Worm #B2F918
Tints of Inch Worm #B2F918
RGB
CMYK
RGB Variations
Color information
#B2F918 (or 0xB2F918) is known color: Inch Worm. HEX triplet: B2, F9 and 18. RGB value is (178,249,24). Sum of RGB (Red+Green+Blue) = 178+249+24=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 249 (97.66% from 255 or 55.21% from 451); Blue value is 24 (9.77% from 255 or 5.32% from 451); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F918 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F918 is #4D06E7. Grayscale: #CACACA. Windows color (decimal): -5048040 or 1636786. OLE color: 1636786.
HSL color Cylindrical-coordinate representation of color #B2F918: hue angle of 78.93º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2F918 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 24 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.02 |
| HSL | 78.93º | 0.95% | 0.54% | - |
| HSV(B) | 78.93º | 0.9% | 0.98% | - |
| XYZ | 52.4 | 77.28 | 13.02 | - |
| YUV | 202.12 | 27.48 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 24 | 0.29 | 0 | 0.90 | 0.02 | 78.93 | 0.95 | 0.54 |
| Hex | B2 | F9 | 18 | 1D | 0 | 5A | 2 | 4F | 5F | 36 |
| Octal | 262 | 371 | 30 | 35 | 0 | 132 | 2 | 117 | 137 | 66 |
| Binary | 10110010 | 11111001 | 11000 | 11101 | 0 | 1011010 | 10 | 1001111 | 1011111 | 110110 |
Color Harmonies of #B2F918
Complementary color
Monochromatic Colors of #B2F918
Black with #B2F918
Text Example
Text Example
White with #B2F918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F918; }
p { color: rgb(178,249,24); }
H1.HeaderClassName
{
color: #B2F918;
}
.AnyTagClassName
{
color: #B2F918;
}
</style>
background-color css
<style>
a { background-color: #B2F918; }
a { background-color: rgb(178,249,24); }
div.DivClassName
{
background-color: #B2F918;
}
.BgClassName
{
background-color: #B2F918;
}
</style>
border-color css
<style>
span { border-color: #B2F918; }
span { border-color: rgb(178,249,24); }
td.TdClassName
{
border-color: #B2F918;
}
.TagClassName
{
border-color: #B2F918;
}
</style>