#B1F311

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

Shades of Inch Worm #B1F311

Tints of Inch Worm #B1F311

Color information

#B1F311 (or 0xB1F311) is unknown color: approx Inch Worm. HEX triplet: B1, F3 and 11. RGB value is (177,243,17). Sum of RGB (Red+Green+Blue) = 177+243+17=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 243 (95.31% from 255 or 55.61% from 437); Blue value is 17 (7.03% from 255 or 3.89% from 437); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F311 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F311 is #4E0CEE. Grayscale: #C6C6C6. Windows color (decimal): -5115119 or 1176497. OLE color: 1176497.

HSL color Cylindrical-coordinate representation of color #B1F311: hue angle of 77.52º 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 #B1F311 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB17724317-
CMYK0.2700.930.05
HSL77.52º90.4%50.98%-
HSV(B)77.52º93%95.29%-
XYZ50.2873.4912.06-
YUV197.526.13113.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 243 (95.31% from 255) = 55.61%
BLUE value IS 17 (7.03% from 255) = 3.89%
R=40.50%
G=55.61%
B=3.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177243170.2700.930.0577.5290.450.98
HexB1F3111B05D54e5a33
Octal26136321330135511613263
Binary101100011111001110001110110101110110110011101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F311; }

 p { color: rgb(177,243,17); }

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

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

 a { background-color: rgb(177,243,17); }

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

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

 span { border-color: rgb(177,243,17); }

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