#B3F113

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

Shades of Inch Worm #B3F113

Tints of Inch Worm #B3F113

Color information

#B3F113 (or 0xB3F113) is unknown color: approx Inch Worm. HEX triplet: B3, F1 and 13. RGB value is (179,241,19). Sum of RGB (Red+Green+Blue) = 179+241+19=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 241 (94.53% from 255 or 54.90% from 439); Blue value is 19 (7.81% from 255 or 4.33% from 439); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F113 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F113 is #4C0EEC. Grayscale: #C5C5C5. Windows color (decimal): -4984557 or 1307059. OLE color: 1307059.

HSL color Cylindrical-coordinate representation of color #B3F113: hue angle of 76.76º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3F113 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB17924119-
CMYK0.2600.920.05
HSL76.76º88.8%50.98%-
HSV(B)76.76º92.12%94.51%-
XYZ50.1672.5411.97-
YUV197.1527.46115.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.77%
GREEN value IS 241 (94.53% from 255) = 54.90%
BLUE value IS 19 (7.81% from 255) = 4.33%
R=40.77%
G=54.90%
B=4.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179241190.2600.920.0576.7688.850.98
HexB3F1131A05C54d5933
Octal26336123320134511513163
Binary101100111111000110011110100101110010110011011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F113; }

 p { color: rgb(179,241,19); }

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

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

 a { background-color: rgb(179,241,19); }

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

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

 span { border-color: rgb(179,241,19); }

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