Shades of Inch Worm #B2F817
Tints of Inch Worm #B2F817
RGB
CMYK
RGB Variations
Color information
#B2F817 (or 0xB2F817) is known color: Inch Worm. HEX triplet: B2, F8 and 17. RGB value is (178,248,23). Sum of RGB (Red+Green+Blue) = 178+248+23=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 23 (9.38% from 255 or 5.12% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F817 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F817 is #4D07E8. Grayscale: #CACACA. Windows color (decimal): -5048297 or 1570994. OLE color: 1570994.
HSL color Cylindrical-coordinate representation of color #B2F817: hue angle of 78.67º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2F817 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 23 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.03 |
| HSL | 78.67º | 0.94% | 0.53% | - |
| HSV(B) | 78.67º | 0.91% | 0.97% | - |
| XYZ | 52.08 | 76.66 | 12.86 | - |
| YUV | 201.42 | 27.31 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 23 | 0.28 | 0 | 0.91 | 0.03 | 78.67 | 0.94 | 0.53 |
| Hex | B2 | F8 | 17 | 1C | 0 | 5B | 3 | 4F | 5E | 35 |
| Octal | 262 | 370 | 27 | 34 | 0 | 133 | 3 | 117 | 136 | 65 |
| Binary | 10110010 | 11111000 | 10111 | 11100 | 0 | 1011011 | 11 | 1001111 | 1011110 | 110101 |
Color Harmonies of #B2F817
Complementary color
Monochromatic Colors of #B2F817
Black with #B2F817
Text Example
Text Example
White with #B2F817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F817; }
p { color: rgb(178,248,23); }
H1.HeaderClassName
{
color: #B2F817;
}
.AnyTagClassName
{
color: #B2F817;
}
</style>
background-color css
<style>
a { background-color: #B2F817; }
a { background-color: rgb(178,248,23); }
div.DivClassName
{
background-color: #B2F817;
}
.BgClassName
{
background-color: #B2F817;
}
</style>
border-color css
<style>
span { border-color: #B2F817; }
span { border-color: rgb(178,248,23); }
td.TdClassName
{
border-color: #B2F817;
}
.TagClassName
{
border-color: #B2F817;
}
</style>