Shades of Inch Worm #B2F10A
Tints of Inch Worm #B2F10A
RGB
CMYK
RGB Variations
Color information
#B2F10A (or 0xB2F10A) is known color: Inch Worm. HEX triplet: B2, F1 and 0A. RGB value is (178,241,10). Sum of RGB (Red+Green+Blue) = 178+241+10=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F10A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F10A is #4D0EF5. Grayscale: #C4C4C4. Windows color (decimal): -5050102 or 717234. OLE color: 717234.
HSL color Cylindrical-coordinate representation of color #B2F10A: hue angle of 76.36º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2F10A is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 10 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.05 |
| HSL | 76.36º | 0.92% | 0.49% | - |
| HSV(B) | 76.36º | 0.96% | 0.95% | - |
| XYZ | 49.87 | 72.4 | 11.63 | - |
| YUV | 195.83 | 23.13 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 10 | 0.26 | 0 | 0.96 | 0.05 | 76.36 | 0.92 | 0.49 |
| Hex | B2 | F1 | A | 1A | 0 | 60 | 5 | 4C | 5C | 31 |
| Octal | 262 | 361 | 12 | 32 | 0 | 140 | 5 | 114 | 134 | 61 |
| Binary | 10110010 | 11110001 | 1010 | 11010 | 0 | 1100000 | 101 | 1001100 | 1011100 | 110001 |
Color Harmonies of #B2F10A
Complementary color
Monochromatic Colors of #B2F10A
Black with #B2F10A
Text Example
Text Example
White with #B2F10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F10A; }
p { color: rgb(178,241,10); }
H1.HeaderClassName
{
color: #B2F10A;
}
.AnyTagClassName
{
color: #B2F10A;
}
</style>
background-color css
<style>
a { background-color: #B2F10A; }
a { background-color: rgb(178,241,10); }
div.DivClassName
{
background-color: #B2F10A;
}
.BgClassName
{
background-color: #B2F10A;
}
</style>
border-color css
<style>
span { border-color: #B2F10A; }
span { border-color: rgb(178,241,10); }
td.TdClassName
{
border-color: #B2F10A;
}
.TagClassName
{
border-color: #B2F10A;
}
</style>