#B3E313

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

Shades of Inch Worm #B3E313

Tints of Inch Worm #B3E313

Color information

#B3E313 (or 0xB3E313) is unknown color: approx Inch Worm. HEX triplet: B3, E3 and 13. RGB value is (179,227,19). Sum of RGB (Red+Green+Blue) = 179+227+19=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 227 (89.06% from 255 or 53.41% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 227 - color contains mainly: green. Hex color #B3E313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3E313 is #4C1CEC. Grayscale: #BDBDBD. Windows color (decimal): -4988141 or 1303475. OLE color: 1303475.

HSL color Cylindrical-coordinate representation of color #B3E313: hue angle of 73.85º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3E313 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB17922719-
CMYK0.2100.920.11
HSL73.85º84.55%48.24%-
HSV(B)73.85º91.63%89.02%-
XYZ46.1864.5710.65-
YUV188.9432.1120.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 227 (89.06% from 255) = 53.41%
BLUE value IS 19 (7.81% from 255) = 4.47%
R=42.12%
G=53.41%
B=4.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal179227190.2100.920.1173.8584.5548.24
HexB3E3131505CB4a5530
Octal263343232501341311212560
Binary1011001111100011100111010101011100101110010101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E313; }

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

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

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

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

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

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

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

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