#B6F716

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

Shades of Inch Worm #B6F716

Tints of Inch Worm #B6F716

Color information

#B6F716 (or 0xB6F716) is unknown color: approx Inch Worm. HEX triplet: B6, F7 and 16. RGB value is (182,247,22). Sum of RGB (Red+Green+Blue) = 182+247+22=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 247 (96.88% from 255 or 54.77% from 451); Blue value is 22 (8.98% from 255 or 4.88% from 451); Max value from RGB is 247 - color contains mainly: green. Hex color #B6F716 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6F716 is #4908E9. Grayscale: #CACACA. Windows color (decimal): -4786410 or 1505206. OLE color: 1505206.

HSL color Cylindrical-coordinate representation of color #B6F716: hue angle of 77.33º degrees, saturation: 0.93, 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 #B6F716 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB18224722-
CMYK0.2600.910.03
HSL77.33º93.36%52.75%-
HSV(B)77.33º91.09%96.86%-
XYZ52.776.5212.75-
YUV201.9226.47113.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 247 (96.88% from 255) = 54.77%
BLUE value IS 22 (8.98% from 255) = 4.88%
R=40.35%
G=54.77%
B=4.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182247220.2600.910.0377.3393.3652.75
HexB6F7161A05B34d5d35
Octal26636726320133311513565
Binary10110110111101111011011010010110111110011011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F716; }

 p { color: rgb(182,247,22); }

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

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

 a { background-color: rgb(182,247,22); }

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

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

 span { border-color: rgb(182,247,22); }

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