Shades of Inch Worm #B2F318
Tints of Inch Worm #B2F318
RGB
CMYK
RGB Variations
Color information
#B2F318 (or 0xB2F318) is known color: Inch Worm. HEX triplet: B2, F3 and 18. RGB value is (178,243,24). Sum of RGB (Red+Green+Blue) = 178+243+24=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F318 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F318 is #4D0CE7. Grayscale: #C7C7C7. Windows color (decimal): -5049576 or 1635250. OLE color: 1635250.
HSL color Cylindrical-coordinate representation of color #B2F318: hue angle of 77.81º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2F318 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 24 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.05 |
| HSL | 77.81º | 0.9% | 0.52% | - |
| HSV(B) | 77.81º | 0.9% | 0.95% | - |
| XYZ | 50.58 | 73.63 | 12.41 | - |
| YUV | 198.6 | 29.47 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 24 | 0.27 | 0 | 0.90 | 0.05 | 77.81 | 0.9 | 0.52 |
| Hex | B2 | F3 | 18 | 1B | 0 | 5A | 5 | 4E | 5A | 34 |
| Octal | 262 | 363 | 30 | 33 | 0 | 132 | 5 | 116 | 132 | 64 |
| Binary | 10110010 | 11110011 | 11000 | 11011 | 0 | 1011010 | 101 | 1001110 | 1011010 | 110100 |
Color Harmonies of #B2F318
Complementary color
Monochromatic Colors of #B2F318
Black with #B2F318
Text Example
Text Example
White with #B2F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F318; }
p { color: rgb(178,243,24); }
H1.HeaderClassName
{
color: #B2F318;
}
.AnyTagClassName
{
color: #B2F318;
}
</style>
background-color css
<style>
a { background-color: #B2F318; }
a { background-color: rgb(178,243,24); }
div.DivClassName
{
background-color: #B2F318;
}
.BgClassName
{
background-color: #B2F318;
}
</style>
border-color css
<style>
span { border-color: #B2F318; }
span { border-color: rgb(178,243,24); }
td.TdClassName
{
border-color: #B2F318;
}
.TagClassName
{
border-color: #B2F318;
}
</style>