#B2F516

Color #B2F516 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #B2F516

Tints of Inch Worm #B2F516

Color information

#B2F516 (or 0xB2F516) is unknown color: approx Inch Worm. HEX triplet: B2, F5 and 16. RGB value is (178,245,22). Sum of RGB (Red+Green+Blue) = 178+245+22=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 245 (96.09% from 255 or 55.06% from 445); Blue value is 22 (8.98% from 255 or 4.94% from 445); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F516 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F516 is #4D0AE9. Grayscale: #C8C8C8. Windows color (decimal): -5049066 or 1504690. OLE color: 1504690.

HSL color Cylindrical-coordinate representation of color #B2F516: hue angle of 78.03º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2F516 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB17824522-
CMYK0.2700.910.04
HSL78.03º91.77%52.35%-
HSV(B)78.03º91.02%96.08%-
XYZ51.1674.8312.51-
YUV199.5427.8112.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 245 (96.09% from 255) = 55.06%
BLUE value IS 22 (8.98% from 255) = 4.94%
R=40%
G=55.06%
B=4.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal178245220.2700.910.0478.0391.7752.35
HexB2F5161B05B44e5c34
Octal26236526330133411613464
Binary101100101111010110110110110101101110010011101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F516; }

 p { color: rgb(178,245,22); }

 H1.HeaderClassName
 {
   color: #B2F516;
 }
 .AnyTagClassName
 {
   color: #B2F516;
 }
</style>
background-color css

<style>
 a { background-color: #B2F516; }

 a { background-color: rgb(178,245,22); }

 div.DivClassName
 {
   background-color: #B2F516;
 }
 .BgClassName
 {
   background-color: #B2F516;
 }
</style>
border-color css

<style>
 span { border-color: #B2F516; }

 span { border-color: rgb(178,245,22); }

 td.TdClassName
 {
   border-color: #B2F516;
 }
 .TagClassName
 {
   border-color: #B2F516;
 }
</style>