Shades of Inch Worm #B1F312
Tints of Inch Worm #B1F312
RGB
CMYK
RGB Variations
Color information
#B1F312 (or 0xB1F312) is known color: Inch Worm. HEX triplet: B1, F3 and 12. RGB value is (177,243,18). Sum of RGB (Red+Green+Blue) = 177+243+18=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F312 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F312 is #4E0CED. Grayscale: #C6C6C6. Windows color (decimal): -5115118 or 1242033. OLE color: 1242033.
HSL color Cylindrical-coordinate representation of color #B1F312: hue angle of 77.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1F312 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 243 | 18 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.05 |
| HSL | 77.6º | 0.9% | 0.51% | - |
| HSV(B) | 77.6º | 0.93% | 0.95% | - |
| XYZ | 50.29 | 73.49 | 12.11 | - |
| YUV | 197.62 | 26.63 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 243 | 18 | 0.27 | 0 | 0.93 | 0.05 | 77.6 | 0.9 | 0.51 |
| Hex | B1 | F3 | 12 | 1B | 0 | 5D | 5 | 4E | 5A | 33 |
| Octal | 261 | 363 | 22 | 33 | 0 | 135 | 5 | 116 | 132 | 63 |
| Binary | 10110001 | 11110011 | 10010 | 11011 | 0 | 1011101 | 101 | 1001110 | 1011010 | 110011 |
Color Harmonies of #B1F312
Complementary color
Monochromatic Colors of #B1F312
Black with #B1F312
Text Example
Text Example
White with #B1F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F312; }
p { color: rgb(177,243,18); }
H1.HeaderClassName
{
color: #B1F312;
}
.AnyTagClassName
{
color: #B1F312;
}
</style>
background-color css
<style>
a { background-color: #B1F312; }
a { background-color: rgb(177,243,18); }
div.DivClassName
{
background-color: #B1F312;
}
.BgClassName
{
background-color: #B1F312;
}
</style>
border-color css
<style>
span { border-color: #B1F312; }
span { border-color: rgb(177,243,18); }
td.TdClassName
{
border-color: #B1F312;
}
.TagClassName
{
border-color: #B1F312;
}
</style>